Skip to content

Instantly share code, notes, and snippets.

@chmeee
Last active August 24, 2016 16:10
Show Gist options
  • Save chmeee/1c45af678f43cdf8c39db2b080cb6d56 to your computer and use it in GitHub Desktop.
Save chmeee/1c45af678f43cdf8c39db2b080cb6d56 to your computer and use it in GitHub Desktop.
Roles association on site.pp
node 'puppet-database.intelliment-labs.com' {
include role::app1::database
}
node 'puppet-webserver.intelliment-labs.com' {
include role::app1::webserver
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment