>> Where are the RPM's from that you are using for both 0.25.5 and 2.7.3?
>> I wonder if this can be replicated elsewhere ... what OS distribution
>> and version are you using?

If you can let me know this info I can probably try to replicate.

One thing was troubling me ... and its probably a long shot. (I'm not
even certain its possible).

I notice you had a fact called 'release_ver' being synced ... can you
confirm there is no overlap anywhere with puppetversion?

Do something like:

grep -r 'puppetversion' /var/lib/puppet/

Maybe even try clearing /var/lib/puppet/lib and disabling pluginsync
on the client just for kicks.

Also my puppet version looks something like this - can you confirm it
looks the same:

Facter.add(:puppetversion) do
    setcode do
        begin
            require 'puppet'
            Puppet::PUPPETVERSION.to_s
        rescue LoadError
            nil
        end
    end
end

Its in /usr/lib/ruby/vendor_ruby/facter/puppetversion.rb ... but
probably different on centos or whatever.

ken.

-- 
"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.

Reply via email to