Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created July 31, 2014 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awaxa/b88fa1e2602619346a12 to your computer and use it in GitHub Desktop.
Save awaxa/b88fa1e2602619346a12 to your computer and use it in GitHub Desktop.
[root@greg ~]# puppet apply -e "include '::stdlib::stages'"
Notice: Compiled catalog for greg.puppetlabs.vm in environment production in 0.04 seconds
Notice: Finished catalog run in 0.11 seconds
[root@greg ~]# puppet apply -e "contain '::stdlib::stages'"
Error: undefined method `tag' for nil:NilClass on node greg.puppetlabs.vm
Error: undefined method `tag' for nil:NilClass on node greg.puppetlabs.vm
@awaxa
Copy link
Author

awaxa commented Jul 31, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment