When I do: sudo puppetrun vl21.pinerivercapital.local I see no signs of any reaction at vl21. Puppetrun output locally is: Failed to load ruby LDAP library. LDAP functionality will not be available Finished I take that first bit to be a warning (there isn''t an obvious way for me to load that library, and in any case I don''t have any useful node information in LDAP). So how am I supposed to be invoking puppetrun? Seeing as how I can''t ask it directly. I find no usage examples or parameter info on the website. --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
You need to configure your "puppetd" to listen. If it is not listening then it wont let puppetrun happen. Look at this page: http://reductivelabs.com/trac/puppet/wiki/NameSpaceAuth puppetd must be started with --listen, and namespaceauth.conf needs to know who the puppetmaster is. -Jason --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Also man page has a good section under "USAGE NOTES" that more or less constitutes a quick walk through. .r'' 2008/11/25 jrojas <jason@nothingbeatsaduck.com>> > You need to configure your "puppetd" to listen. > If it is not listening then it wont let puppetrun happen. > > Look at this page: > > http://reductivelabs.com/trac/puppet/wiki/NameSpaceAuth > > > puppetd must be started with --listen, and namespaceauth.conf needs to > know who the puppetmaster is. > > > -Jason > > >--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 25, 9:36 pm, RijilV <rij...@riji.lv> wrote:> Also man page has a good section under "USAGE NOTES" that more or less > constitutes a quick walk through.I had somehow gotten the impression that there weren''t man pages for the puppet executables. Since you were so clear on the topic, I went back and checked again, and they''re there, and already in my default man path; so I have no idea how I ended up with that dumb idea. Anyway, now I''ve got the man pages, and the puppetrun one does indeed look useful. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 25, 8:25 pm, jrojas <ja...@nothingbeatsaduck.com> wrote:> You need to configure your "puppetd" to listen. > If it is not listening then it wont let puppetrun happen. > > Look at this page: > > http://reductivelabs.com/trac/puppet/wiki/NameSpaceAuth > > puppetd must be started with --listen, and namespaceauth.conf needs to > know who the puppetmaster is.Aha! Okay, I''ll either look into that, or stop expecting anything to happen :-). I''m looking, of course, for a convenient way to not wait half an hour (average 15 minutes, but Murphy has arranged that I always publish an update just after the system I care about has polled) to get updates to systems. --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 25, 8:25 pm, jrojas <ja...@nothingbeatsaduck.com> wrote:> You need to configure your "puppetd" to listen. > If it is not listening then it wont let puppetrun happen. > > Look at this page: > > http://reductivelabs.com/trac/puppet/wiki/NameSpaceAuth > > puppetd must be started with --listen, and namespaceauth.conf needs to > know who the puppetmaster is.Looking closer, I see that --listen turns off everything else: If this is true, then by default only the runner server is started, which allows remote authorized and authenticated nodes to connect and trigger puppetd runs. And I can''t find the name of the default server that it runs without this switch, or what config command will let me turn that back on. I''m trying to have a system that checks the puppetmaster periodically, but can be easily remotely prodded into making an immediate check. --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---