Created
December 8, 2014 16:05
-
-
Save linuxdan/503bb1a4a8b68c8a5b05 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
[root@lnxidev11 puppet]# facter -p SecurIDapp_version | |
11 | |
[root@lnxidev11 puppet]# puppet apply -e 'notice($::SecurIDapp_version)' | |
Notice: Scope(Class[main]): | |
Notice: Compiled catalog for puppet6-test.myserver.org in environment production in 0.10 seconds | |
Notice: Finished catalog run in 0.17 seconds | |
[root@lnxidev11 puppet]# puppet apply -e 'notify{$::SecurIDapp_version : }' | |
Notice: Compiled catalog for puppet6-test.myserver.org in environment production in 0.10 seconds | |
Notice: undef | |
Notice: /Stage[main]/Main/Notify[undef]/message: defined 'message' as 'undef' | |
Notice: Finished catalog run in 0.19 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment