I am trying to configure puppetrun to configure clients from the puppetmaster. But for some reason, its not working for me. My config files goes: On Client: cat puppet.conf [main] server=puppetmaster.mydomain.com logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter pluginsync=true [puppetd] listen=true cat namespaceauth.conf [puppetrunner] allow puppetmaster.mydomain.com On puppetmaster: cat namespaceauth.com [fileserver] allow *.mydomain.com [puppetmaster] allow *.mydomain.com [puppetrunner] allow *.mydomain.com I ran puppetrun with #puppetrun --host client.mydomain.com But it doesn''t looks like the client get updated and exits with "Failed to load ruby LDAP library. LDAP functionality will not be available Finished" I saw in some posts that the ports 8139 and 8140 needs to be opened on firewall. In our scenario, those two machines are on same LAN and no firewall betweenthem. Not sure what I have been missing?? any help would be appreciated. *I am running 0.24.5-3 version of puppet/puppetmaster on lenny systems. Thanks, grg350 -- "Nothing comes easy that is done well." -Harry F. Banks -- 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.
jcbollinger
2010-Feb-12 14:07 UTC
[Puppet Users] Re: puppetrun doesn''t update the clients
On Feb 11, 1:48 pm, Raj Gurung <grg...@gmail.com> wrote: [...]> I ran puppetrun with > #puppetrun --host client.mydomain.com > > But it doesn''t looks like the client get updated and exits with > "Failed to load ruby LDAP library. LDAP functionality will not be > available > Finished"I''m not certain about puppetrun, but that message is only a warning when emitted by puppetd. As long as no LDAP functions are required, puppetd works fine despite it. If you want to get rid of the warning then install the ruby-ldap package. [...]> any help would be > appreciated.If installing the ruby-ldap module doesn''t solve the problem then it would help to have some more information. What messages does puppetrun emit if you run it with --debug? Do you see anything relevant in the clients'' logs? What are you expecting to see on the client side that isn''t happening? What do the manifests look like that you are trying to push? John -- 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.
jcbollinger
2010-Feb-12 14:12 UTC
[Puppet Users] Re: puppetrun doesn''t update the clients
On Feb 11, 1:48 pm, Raj Gurung <grg...@gmail.com> wrote:> *I am running 0.24.5-3 version of puppet/puppetmaster on lenny systems.Also, that''s a pretty old version of Puppet. If you need to stick with the 0.24 series, then I suggest updating to 0.24.8. The latest released version is 0.25.4; that is probably your best option if you are working on a new Puppet deployment. John -- 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.