Created
April 25, 2013 14:56
-
-
Save fiddyspence/5460340 to your computer and use it in GitHub Desktop.
augeasfacter you bastard!
This file contains 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
[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