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,



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to