-
-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service_enable and simplify service_ensure, #1208 #1217
Conversation
I don't think the travis failure has anything to do with this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically I think this is a breaking change but I'd accept this as non-breaking as well - I think most users have it set to ensure
anyway.
I do wonder in which case you have a different value for ensure and enable.
@@ -151,6 +151,7 @@ | |||
|
|||
### START Service Configuation ### | |||
$service_ensure = running, | |||
$service_enable = true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a Boolean
as well?
Add service_enable and simplify service_ensure, voxpupuli#1208
Add service_enable and simplify service_ensure, voxpupuli#1208
Pull Request (PR) description
Adds an explicit $service_enable parameter. Sets to undef by default, which then follows the previous behaviour of auto-setting from $service_ensure.
This replaces a previous effort #1211
This Pull Request (PR) fixes the following issues
Fixes #1208