Skip to content

Instantly share code, notes, and snippets.

@tmclaugh
Created September 4, 2013 13:11
Show Gist options
  • Save tmclaugh/6436728 to your computer and use it in GitHub Desktop.
Save tmclaugh/6436728 to your computer and use it in GitHub Desktop.
class hubspot::roles::jenkins::slave {
vcsrepo { 'heroku-buildpack-play':
ensure => latest,
provider => git,
source => $repos[heroku-buildpack-play][repo],
revision => $repos[heroku-buildpack-play][ref],
path => "${repos_dir}/${title}",
}
}
$title is "hubspot::roles::jenkins::slave"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment