Resources have ‘retries’ and ‘retry_delay’ attributes.
How do I specify that I want ALL package resource convergences to be
retried 3 times if they fail, and with a 5 second delay between each try?
Seems I have to set these explicitly as part every package declaration?
Ranjib
August 2, 2013, 4:04pm
2
you dont have that in Chef. Puppet has this global default thing. You can
monkey patch , but i cant think of a clean solution straight away. It would
be nice to have this feature though!
On Fri, Aug 2, 2013 at 8:52 AM, Jeff Blaine jblaine@kickflop.net wrote:
Resources have 'retries' and 'retry_delay' attributes.
How do I specify that I want ALL package resource convergences to be
retried 3 times if they fail, and with a 5 second delay between each try?
Seems I have to set these explicitly as part every package declaration?
I second this, it would be nice to be able to portably modify some of these
defaults, instead of monkey patching.
On Fri, Aug 2, 2013 at 12:04 PM, Ranjib Dey dey.ranjib@gmail.com wrote:
you dont have that in Chef. Puppet has this global default thing. You can
monkey patch , but i cant think of a clean solution straight away. It would
be nice to have this feature though!
On Fri, Aug 2, 2013 at 8:52 AM, Jeff Blaine jblaine@kickflop.net wrote:
Resources have 'retries' and 'retry_delay' attributes.
How do I specify that I want ALL package resource convergences to be
retried 3 times if they fail, and with a 5 second delay between each try?
Seems I have to set these explicitly as part every package declaration?