On Tue, Sep 13, 2011 at 12: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, I thought about that earlier, and checked.

This is on the puppet master:
[root@sv2admin1 puppet]# find /etc/puppet | xargs grep puppetversion |
grep -v ".svn"
/etc/puppet/modules/puppet/manifests/init.pp:        #notice ("fqdn =
${fqdn}, puppetversion = ${puppetversion}")
/etc/puppet/modules/puppet/manifests/init.pp:
notify{"${puppetversion} on ${fqdn}":}
/etc/puppet/modules/puppet/manifests/init.pp:                source
=> $puppetversion ? {

Only references are the ones I am aware of. The puppetversion variable
isn't being assigned anywhere that I can see.

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