Skip to content

Instantly share code, notes, and snippets.

@riuvshin
Created July 16, 2015 14:36
Show Gist options
  • Save riuvshin/fee3c69d455b90bd8dde to your computer and use it in GitHub Desktop.
Save riuvshin/fee3c69d455b90bd8dde to your computer and use it in GitHub Desktop.
Puppet
# site.pp
...
class common {
$var1 = "blah"
$var2 = "piupiu"
}
node web_server1 {
include common
include web_server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment