> On Client:
> service puppet stop
> yum clean all
> rpm --erase puppet
> rpm --erase facter
> rm -fR /var/lib/puppet
> yum upgrade puppet
>
> On server:
> puppetca --clean hproxy11.h.foo.com
>
> On Client:
> service puppet start

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?

I still can't help but think you have some stray presence of 0.25.5
somewhere. Can you check /usr/local for any traces of Puppet that may
have been manually installed at any point? Something like:

find /usr/local -name '*puppet*'

Now the fact gets the puppet version from Puppet::PUPPETVERSION ... so
can you grep this from your ruby path?

cd /usr/lib/ruby (or lib64?)
grep -r 'PUPPETVERSION' *

You should really only get something like:

root@node1:/usr/lib/ruby/1.8# grep -r 'PUPPETVERSION' *
1.8/puppet/face/help/global.erb:Puppet v<%= Puppet::PUPPETVERSION %>
1.8/puppet.rb:  PUPPETVERSION = '2.7.1'
1.8/puppet.rb:    PUPPETVERSION
root@node1:/usr/lib/ruby#

But obviously 2.7.3 not 2.7.1. Also check your environment variable RUBYLIB:

echo $RUBYLIB

And show us the result ... repeating the grep for PUPPETVERSION in any
path specified there as well.

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