You can use mcollective to run periodic revisions with noop:
mco puppet --noop runall 10
This will run puppet on every machine with concurrency of 10 ( so no more than 10 puppet agent will be retrieving/applying the catalog at the same time).
You can also stop puppet from mcollective, push configuration, and start it again:
mco service puppet stop -I hostname
mco puppet runonce --no-noop -I hostname
Wait until finished and then
mco service puppet start -I hostname
I prefer first option :)
Regards,
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/15daf8e8-b45e-49d4-9358-c9a03969e85f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Forgot about last question,you can specify more than one -I in each command
--
> 2. mailto:puppet-users+unsub...@googlegroups.com