Created
January 30, 2013 15:26
-
-
Save varac/4673993 to your computer and use it in GitHub Desktop.
puppet tags
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
--- puppet/manifests » cat tags.pp | |
if tagged('one') { notice ('one')} | |
notice ('two') | |
--- puppet/manifests » puppet apply tags.pp --tags one | |
notice: Scope(Class[main]): two | |
notice: Finished catalog run in 0.06 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment