Skip to content

Instantly share code, notes, and snippets.

@fiddyspence
Created April 25, 2013 14:56
Show Gist options
  • Save fiddyspence/5460340 to your computer and use it in GitHub Desktop.
Save fiddyspence/5460340 to your computer and use it in GitHub Desktop.
augeasfacter you bastard!
[root@chris modules]# puppet apply -e 'notify{"moo":}'
notice: Finished catalog run in 0.05 seconds
[root@chris modules]# mv augeasfacter /tmp
[root@chris modules]# puppet apply -e 'notify{"moo":}'
notice: moo
notice: /Stage[main]//Notify[moo]/message: defined 'message' as 'moo'
notice: Finished catalog run in 0.05 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment