Looks like there is an option for it ... looking at the source. # parallel:: # How parallel to make the connections. Parallelization is provided by forking # for each client to which to connect. The default is 1, meaning serial execution.
So: puppetrun --parallel 1 ....(other options).... ken. On May 7, 6:28 am, Abhishek <[email protected]> wrote: > Hi, > > Can anyone tell me how can i run puppetrun parallely for updating > multiple machines at a time? > > Currently I m using puppetrun like this. I did not found any option to > define parallel while puppetrun --help mention parallel parameter. > > puppetrun --host host1 --host host2 --host host2 --debug -f > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/puppet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
