On Tue, Oct 2, 2012 at 9:06 PM, Corby Wilson <corb...@gmail.com> wrote: > I use the command "puppet kick" to do remote triggers of a 60 node cluster. > In the new release (3.0) it deprecated the command and the command fails > with: > Error: Host lcms-dn1.aws.tie.noklab.net failed: Error 400 on SERVER: Could > not find indirection 'run' > > (I use Passenger on Apache) > > The web page it gives for reference: > http://links.puppetlabs.com/puppet-kick-deprecation > is a dummy to the deprecation bug. > > What are we supposed to use to remote trigger puppet reloads? >
I've dropped puppet kick (and even the agents) in favor of using pssh. If you use something like pssh -h clientlist -o out -e err "puppet agent --test" you can more easily browse the results afterwards. You can even set the parallelism, so you don't choke the master or the network. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.