Issue #6442 has been updated by Matt Robinson. Status changed from Needs More Information to Accepted
I agree with James' proposed solution. Note that associated ticket #4388 is still open and can cover the removal for authconfig related options once we deprecate XMLRPC. I'll go ahead an implement the patch. ---------------------------------------- Bug #6442: puppet agent will not start with --listen unless namespace.conf exists https://projects.puppetlabs.com/issues/6442 Author: Dan Bode Status: Accepted Priority: Normal Assignee: Dan Bode Category: agent Target version: Affected Puppet version: 2.6.0 Keywords: Branch: Even though 2.6.x has changed from namespaceauth.conf to auth.conf, the agent still will not --listen unless namespaceauth.conf exists. when running <pre> puppet agent --listen </pre> message: <pre> Will not start without authorization file /etc/puppet/namespaceauth.conf </pre> soluton: <pre> touch /etc/puppet/namespaceauth.conf </pre> -- 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.
