Created
September 23, 2014 02:07
-
-
Save richardc/49e137c76e7d1c592b67 to your computer and use it in GitHub Desktop.
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
[main] | |
trusted_node_data = true | |
parser = future | |
stringify_facts = false |
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
$u = $facts['system_uptime'] | |
each($u) | $k, $v | { | |
notice("$k $v") | |
} |
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 apply --config foo.conf foo.pp | |
Notice: seconds 265940 | |
Notice: hours 73 | |
Notice: days 3 | |
Notice: uptime 3 days | |
Notice: Compiled catalog for socks.local in environment production in 0.40 seconds | |
Notice: Finished catalog run in 0.10 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment