Created
July 16, 2015 14:36
-
-
Save riuvshin/fee3c69d455b90bd8dde to your computer and use it in GitHub Desktop.
Puppet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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