Created
December 8, 2014 16:05
Revisions
-
linuxdan created this gist
Dec 8, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ [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