rhtconsulting / puppet-jboss_admin

Puppet module for runtime configuration of a JBoss container
MIT License
15 stars 12 forks source link

jboss_admin::cleanup - add ability to control the number of reload and/or restart attempts #108

Closed itewk closed 8 years ago

itewk commented 8 years ago

Request Currently you can not control how many attempts jboss_admin::cleanup makes to restart or reload JBoss EAP, or the amount of time between attempts. This is an issue if JBoss EAP just happens to not want to respond during the split second the attempt is made, thus allowing for a few extra attempts can prevent an avoidable Puppet error.

Solution Add and implement

itewk commented 8 years ago

verified this change doesn't break everything.