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-us...@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