However, if I open it in debug mode, it says:
[r...@server /usr/local/etc/rc.d]# puppetmasterd --no-daemonize --
debug --verbose /usr/local/etc/puppet/puppet.conf
shouldn't you use:
# puppetmasterd --no-daemonize --debug --verbose --config
/usr/local/etc/puppet/puppet.conf
?
cheers pete
I can't find anywhere where the configs are overridden. I was able to
fix the issue by starting puppetmaster with the command:
puppetmasterd -l /var/puppet/log/puppetmaster.log
but it still concerns me that the config file is not read, even if I
point to it directly, by starting it with:
puppetmas