Issue #10410 has been updated by Jacob Helwig. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #10410: Puppet agent documentation clarification - onetime and waitforcert interaction https://projects.puppetlabs.com/issues/10410 Author: John Warburton Status: Accepted Priority: Normal Assignee: Nick Fagerlund Category: documentation Target version: Affected Puppet version: 2.6.12 Keywords: puppet agent waitforcert onetime Branch: According to lib/puppet/application/agent.rb, waitforcert is disabled if onetime is called, and waitforcert is not explicitly called: waitforcert = options[:waitforcert] || (Puppet[:onetime] ? 0 : 120) However, the documentation at [http://docs.puppetlabs.com/man/agent.html](http://docs.puppetlabs.com/man/agent.html) makes no reference to the default of waitforcert being disabled if onetime is called This is possibly related to issue #3644 I was getting this error message on initial server build with "--onetime" against a slow puppet server: err: Could not request certificate: execution expired Exiting; failed to retrieve certificate and waitforcert is disabled -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
