Skip to content

Instantly share code, notes, and snippets.

@linuxdan
Created December 8, 2014 16:05

Revisions

  1. linuxdan created this gist Dec 8, 2014.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original 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