On Tue, Sep 13, 2011 at 11:01 AM, Ken Barber <k...@puppetlabs.com> wrote:
> Yeah this doesn't seem to be old versions of Puppet.
>
> So from my other email ... can you show us the code where you are
> doing your comparison for $puppetversion? I have a feeling I might
> know what it is ... although I'm probably wrong ...
>
> In fact - grep for 'puppetversion' in all of your puppet code ... I'm
> curious :-).

Ken,

The manifest has this:

notify{"${puppetversion} on ${fqdn}":}

which is causing the following to appear on the server:

Sep 13 10:36:51 sv2admin1 puppet-master[22554]:
(//hproxy11.h.foo.com//Stage[main]/Puppet::Setup/Notify[0.25.5 on
hproxy11.h.foo.com]/message) defined 'message' as '0.25.5 on
hproxy11.h.foo.com'

and the following to appear on the client:

Sep 13 10:36:44 hproxy11 puppet-agent[12366]:
(/Stage[main]/Puppet::Setup/Notify[0.25.5 on
hproxy11.h.foocom]/message) defined 'message' as '0.25.5 on
hproxy11.h.foo.com'

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.

Reply via email to