Skip to content

Instantly share code, notes, and snippets.

@kenperkins
Created June 23, 2011 16:58
Show Gist options
  • Save kenperkins/1042987 to your computer and use it in GitHub Desktop.
Save kenperkins/1042987 to your computer and use it in GitHub Desktop.
node node-01 {
include base, nginx, nginx::clipboard
package { "git-core":
ensure => present,
}
vcsrepo { "/usr/src/clipboard-release":
ensure => present,
provider => git,
source => "git@github.com:clipboard/release.git",
require => Package["git-core"],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment