On Friday, October 17, 2014 6:05:35 AM UTC-5, [email protected] wrote: > > I believe what Marcin is asking is how it would be possible to make puppet > only run once a.k.a. if puppet is already running make the second run wait. > > Is there some kind of option/flag that can enable a global lock that would > prevent a second run of puppet not start if puppet is already running? > > As I wrote in my first response, different agent runs do not proceed in parallel on the same machine. Puppet uses a lock file to actively prevents it from happening. Marcin's log excerpts do not suggest otherwise.
If you are determined to do so then you can defeat Puppet's protections in this area, but that's not what's happening in the case we're considering. John -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/56ac76f5-d6b5-4926-9e29-f3f164018373%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
