On 07/31/2012 11:08 AM, Sandra Schlichting wrote:
    Note that getting puppet kick working is a multi-step process:

    - Gotta change all agents' puppet.conf to have listen = true in
    either [main] or [agent].
    - Gotta open port 8139 to incoming connections on every agent node's
    firewall.
    - Gotta add the following stanza somewhere near the top of each
    agent node's auth.conf file:

    path /run
    auth yes
    allow puppet.example.com <http://puppet.example.com>


That is very interesting!

I have now tried this with Puppet 3.0rc3, and on the node side I get

Error: Could not find indirection 'run'

so I have filed a bug report

http://projects.puppetlabs.com/issues/15717

Do you think it could be a bug, or am I doing something wrong?

My setup is explained in the bug report =)

Could you post your whole auth.conf once more? And maybe try to put this:

[puppetrunner]
   allow *

to your client's /etc/puppet/namespace.auth?

Also check if your DNS is working ok.


--
Jakov Sosic
www.srce.unizg.hr

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to