Skip to content
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

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

baurmatt
Copy link
Contributor

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.

@baurmatt
Copy link
Contributor Author

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

@@ -177,6 +177,9 @@
# [*loadmodule*]
# Module to load at agent startup.
#
# [*manage_init_script*]
Copy link
Member

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.

Copy link
Contributor Author

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? :)

Copy link
Member

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?

Copy link
Member

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?

Copy link
Contributor Author

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 ;)

@bastelfreak bastelfreak added the needs-work not ready to merge just yet label Nov 2, 2018
@bastelfreak
Copy link
Member

@alexjfisher can you have a look again?

@alexjfisher alexjfisher merged commit becb2f3 into voxpupuli:master Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-work not ready to merge just yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop management of Init script
3 participants