On Fri, Sep 9, 2011 at 4:43 PM, Ken Barber <k...@puppetlabs.com> wrote: > What does: > > puppet -e 'notice("$puppetversion")' > > Show on the _client_? I know its probably obvious but you never know. >
Actually, it's not obvious. I didn't know you could do that. Never seen it documented anywhere... But, [root@hproxy10 ~]# puppet -e 'notice("$puppetversion")' warning: Implicit invocation of 'puppet apply' by passing files (or flags) directly to 'puppet' is deprecated, and will be removed in the 2.8 series. Please invoke 'puppet apply' directly in the future. warning: You have configuration parameter $localconfig specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent] warning: You have configuration parameter $classfile specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent] warning: You have configuration parameter $report specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent] notice: Scope(Class[main]): 2.7.3 notice: Finished catalog run in 0.21 seconds Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.