Issue #6442 has been updated by Matt Robinson. Assignee changed from Dan Bode to Nigel Kersten Branch set to https://github.com/mmrobins/puppet/tree/ticket/2.6.next/6442-agent_doesnt_need_namespaceauth
I have a patch for this that implements James' proposed solution. It's been reviewed by a dev and I discussed it with NickF. Where to target it though? It seems like it would be fine in 2.6.next, but the updated documentation NickF wrote is all in 2.7.x. I'll let Nigel set a target version before I merge. ---------------------------------------- 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: Nigel Kersten Category: agent Target version: Affected Puppet version: 2.6.0 Keywords: Branch: https://github.com/mmrobins/puppet/tree/ticket/2.6.next/6442-agent_doesnt_need_namespaceauth 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.
