Skip to content

Instantly share code, notes, and snippets.

@linuxdan
Created December 8, 2014 16:05
Show Gist options
  • Save linuxdan/503bb1a4a8b68c8a5b05 to your computer and use it in GitHub Desktop.
Save linuxdan/503bb1a4a8b68c8a5b05 to your computer and use it in GitHub Desktop.
[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