On Monday, January 27, 2014 12:13:03 PM UTC-6, elliott wrote: > > The fix I found for this is to schedule the task using an XML template > with the <Repetition> parameter specified (you can edit these settings > under Task Properties > Triggers > Edit > Advanced). The task repeats > every minute for 15 minutes after the start time. > > The StartBoundary parameter is set to the time on the Puppet server (this > is the compile time for the manifest, so anywhere from 1 to 10 minutes > before the run completes). In reality the task will start the next minute > after the run finishes, which is fine for my purposes. > > It's UGLY, but it works :) >
You could try wrapping your task in a script that defers running it until the agent's lock file disappears. That would be cleaner and at least slightly more elegant. 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/874e5440-5b9d-4840-91a7-a17a053eda9c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
