Perhaps Puppet is not using the puppet.conf file you think it is. Try running:
# puppet agent --configprint confdir
- Keith
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To post to this group, send email to puppet...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Ok so Puppet is reading /etc/puppet/puppet.conf. The timestamp on this file shows is hasn't been changed for a few days though.
Is the output of:
# puppet agent --configprint moduledir
# puppet agent --configprint manifestdir
on the master what you expect?
Perhaps you have a permissions / ownership issue. Try:
# chown -R puppet:puppet /etc/puppet /etc/puppet2
Also see http://docs.puppetlabs.com/guides/configuring.html
- Keith
--
What section of /etc/puppet/puppet.conf is your moduledir etc set in? This should be in [main] or [master] - see the 'Config Blocks' section in the docs.
Alternatively perhaps the master has not actually been restarted somehow and is still using the old config.
- Keith
--