On Thu, Jan 21, 2010 at 3:03 PM, Breeze <[email protected]> wrote: > Hey Everyone, > I have a question about the listen option for the puppetd command. > When I run this manually on a client called puppetclient like so > /usr/sbin/puppetd --listen --server puppetmaster.com > > I can use the "puppetrun --host puppetclient" command from the server > and push config changes to that client as expected. This tells me > there are no namespaceauth.conf or connectivity issues. > > I can also run "puppetd --test --server puppetmaster" on the client > itself and the config run happens. > > But what I want to do is start the clients with their init.d scripts "/ > etc/init.d/puppet start" and still have them listen for puppetrun > commands. I tried to add listen=true in the puppet.conf file but that > entry doesn't seem to be picked up there. What am I missing? Where > should I make the config change for the clients? The only other thing > I can think is to edit that init.d script and put it in there. >
In which section of your puppet.conf file are you setting listen=true. After you set it, what is the output of: puppetd --configprint listen -teyo -- Teyo Tyree :: www.reductivelabs.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
