[Puppet - Bug #3313] (Unreviewed) puppet.conf option client=true/false doesn't seem to work
2010-03-01 13:57:15 GMT
Bug #3313: puppet.conf option client=true/false doesn't seem to work
- Author: christian c
- Status: Unreviewed
- Priority: Normal
- Assigned to:
- Category:
- Target version:
- Affected version: 0.25.4
- Keywords:
- Branch:
Hi, I’m using puppet 0.25.4 on OpenSuse 11.1.
Trying to run puppet as listening client only with “listen=true” and “client=false” options in puppet.conf doesn’t seem to work. After restarting puppet with the new configuration, first thing it does is polling the puppetmaster and afterwards every 30min.
But if I start puppetd with —no-client parameter it polls the puppetmaster only after being triggered by a puppetrun-command coming from the master.
Additionally, if the option works again, you should add it to the configuration reference because right now it isn’t mentioned.
My config: [puppetd]
classfile = $vardir/classes.txt server = puppet localconfig = $vardir/localconfigi httplog = $logdir/http.log listen = true noop = false client = false puppetdlog = $logdir/puppetd.log puppetport = 8139 pluginsync = true --You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com.
To unsubscribe from this group, send email to puppet-bugs+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
RSS Feed