-
-
Notifications
You must be signed in to change notification settings - Fork 227
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 manage_init_script parameter #553
Add manage_init_script parameter #553
Conversation
029ed8d
to
865a508
Compare
I'm pretty sure the failing test isn't related to my code change. In fact, i can't even reproduce this on my local machine oO |
manifests/agent.pp
Outdated
@@ -177,6 +177,9 @@ | |||
# [*loadmodule*] | |||
# Module to load at agent startup. | |||
# | |||
# [*manage_init_script*] |
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.
zabbix::startup
manages systemd instead of init scripts on some systems, so this parameter name may not be the best choice.
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.
Would you prefer manage_startup_script
? :)
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.
works for me. @bastelfreak - sound ok?
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.
sounds good to me. @baurmatt can you update it please?
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.
Done. Didn't change the branch name though ;)
865a508
to
2791a99
Compare
2791a99
to
719257e
Compare
@alexjfisher can you have a look again? |
Pull Request (PR) description
Adds a parameter
manage_init_script
which makes it possible to disable the Init File management.This Pull Request (PR) fixes the following issues
Fixes #541.