Even using: notify{"${::puppetversion} on ${::fqdn}":}
Instead would be of interest ... ken. On Tue, Sep 13, 2011 at 8:46 PM, Ken Barber <k...@puppetlabs.com> wrote: > The reason why I say this - is because I can replicate this problem myself > with: > > node default { > $puppetversion = "0.25.5" > notice($puppetversion) > } > > In fact its the only way I can think of to replicate the issue - > besides all the other ways we have already ruled out. *shrug*. > > ken. > > On Tue, Sep 13, 2011 at 8:34 PM, Ken Barber <k...@puppetlabs.com> wrote: >> So that is the only case where you are using the variable throughout >> your entire code? I mean - ALL your code ... not just the one line you >> are printing to the screen ... >> >> ken. >> >> On Tue, Sep 13, 2011 at 8:30 PM, Douglas Garstang >> <doug.garst...@gmail.com> wrote: >>> 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. >>> >>> >> >> >> >> -- >> "Join us for PuppetConf, September 22nd and 23rd in Portland, OR: >> http://bit.ly/puppetconfsig" >> > > > > -- > "Join us for PuppetConf, September 22nd and 23rd in Portland, OR: > http://bit.ly/puppetconfsig" > -- "Join us for PuppetConf, September 22nd and 23rd in Portland, OR: http://bit.ly/puppetconfsig" -- 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.