Hello, I use Centos 5x with rpmforge for install puppet.
 It''s update''s itself.
Today system update puppet to 2.7.x version. Puppen agent updates ok.
But passenger start old version(2.6.x). Then I start puppetmaster init
script (it''s start WEBrick) started new version.
Apache vhost:
        RackAutoDetect On
        DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/
        <Directory /usr/share/puppet/rack/puppetmasterd/>
                Options None
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
in puppet.conf :
main]
    logdir = /var/log/puppet
        rundir = /var/run/puppet
        vardir=/var/lib/puppet
        ssldir = $vardir/ssl
        libdir = /opt/puppet-dashboard/lib/puppet
    modulepath=$confdir/modules
        templatedir = /etc/puppet/templates/
        environment=production
....
What happened?
-- 
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+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.