[Pkg-puppet-devel] Bug#506305: puppetmaster on lenny : /usr/sbin/puppetrun bug
guigui guigui
tripoux at gmail.com
Thu Nov 20 11:46:12 UTC 2008
Package: puppetmaster
Version: 0.24.5-2
when I use puppetrun without ldap it does nothing:
puppetrun --host s007 --debug
debug: Parsing /etc/puppet/puppet.conf
Finished
And not action is done (no echange between client and puppet server)
it seems line 240 :
if Puppet[:node_terminus] = "ldap"
should be :
if Puppet[:node_terminus] == "ldap"
Then it seems to be working ...
puppetrun --host s007 --debug
debug: Parsing /etc/puppet/puppet.conf
debug: Puppet::Network::Client::Runner: defining puppetrunner.run
Triggering s007
debug: Calling puppetrunner.run
s007 finished with exit code 0
Finished
Cheers,
More information about the Pkg-puppet-devel
mailing list