rhtconsulting / puppet-jboss_admin

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

add ability to disable restart/cleanup #66

Closed itewk closed 9 years ago

itewk commented 9 years ago

I need a way to disable the automatic restart of JBoss EAP.

The use case is I need to be able to roll out changes to the puppet configuration to an entire environment, even if that configuration requires a restart, with out the restart being forced.

Concreate example:

updating to configure RBAC. I want to roll this out to the entire infrastrcture, but when the puppet code updates the next puppet run will update all the jboss servers, and then they will restart based on that change. that is a minor annoyance in the lab, but a problem in production where jboss can not just restart willy nilly.

I need more fine grained control over when puppet is allowed to restart jboss.

@cpitman any ideas?

cpitman commented 9 years ago

Merged! Thanks for the contribution.

itewk commented 9 years ago

@cpitman thank you!