Setting runinterval=0
in /etc/puppet/puppet.conf
causes continuous pulls, not no pulls. I'm trying to arrange puppet so that it will listen for puppetrun
calls, but never pull without one.
Setting runinterval=0
in /etc/puppet/puppet.conf
causes continuous pulls, not no pulls. I'm trying to arrange puppet so that it will listen for puppetrun
calls, but never pull without one.
Run
puppetd
with--no-client
option and it will just wait for the master to initiate an update.From
man puppetd
:Just run
puppetd
with the--onetime
option, and don't start it frominit.d
orcron
.