puppetlabs-activemq
puppetlabs-activemq copied to clipboard
Allow ensure to be undef
We don't want puppet to always alter the state of the service - we rely on external orchestration to bring up services in a specific order in many cases.
This change allows ensure to be set to undef.
@robinbowes With managing a service you generally want to manage all aspects of it, or not at all. The preferred way to do this is generally with a boolean service_manage parameter. eg. https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/manifests/server/service.pp#L15
"generally want to" - perhaps. This change adds flexibility, without changing default behaviour.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.