Skip to content

Instantly share code, notes, and snippets.

@barn
Created August 19, 2012 18:23
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 barn/3396904 to your computer and use it in GitHub Desktop.
Save barn/3396904 to your computer and use it in GitHub Desktop.
# site/webserverA.pp
node 'webserverA' inherits webserver {
}
# roles/webserver.pp
node webserver {
include nginx
include php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment