Skip to content

Instantly share code, notes, and snippets.

@varac
Created January 30, 2013 15:26
Show Gist options
  • Save varac/4673993 to your computer and use it in GitHub Desktop.
Save varac/4673993 to your computer and use it in GitHub Desktop.
puppet tags
--- 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