Skip to content

Instantly share code, notes, and snippets.

@rkhatibi
Created April 27, 2012 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkhatibi/2514092 to your computer and use it in GitHub Desktop.
Save rkhatibi/2514092 to your computer and use it in GitHub Desktop.
class hostgroup::frontend {
include passenger
include nodejs
include nrpe::rubyprocs
}
class passenger {
include apache
include ruby
include passenger::params, passenger::data
include passenger::install, passenger::config
Class['ruby::install'] -> Class['passenger::install']
Class['apache::config'] -> Class['passenger::install']
Class['passenger::install'] -> Class['passenger::config']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment