Skip to content

Instantly share code, notes, and snippets.

@larstobi
Created April 3, 2013 08:14
Show Gist options
  • Select an option

  • Save larstobi/5299377 to your computer and use it in GitHub Desktop.

Select an option

Save larstobi/5299377 to your computer and use it in GitHub Desktop.
class passenger::github(
$require = hiera('passenger::github::require', undef)
) {
if defined($require) {
Class['passenger::github'] -> $require
}
}
passenger::github::require: [Class['apache'], Class['git']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment