-
Notifications
You must be signed in to change notification settings - Fork 124
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
Enhance/package install method #179
base: master
Are you sure you want to change the base?
Conversation
@jespada please be careful about tests :) |
Please fix your license - "all rights reserved" is not ok if the rest of the project is apache license. |
Thanks for the license fix :) Zabbix provides RPMs at repo.zabbix.com - could we not make the agent install default to install from there and provide mechanisms for overriding. |
@lflux yeah I guess I can add a recipe (zabbix::_repos) to this cookbook and set as a default in attributes so if you don't want that in your wrapper you can override that one, what do you think? |
That sounds like a good approach. |
👍 |
Guys, any update on this? |
Prevent changing /var/log and /var/run ownership and permissions
This reverts commit 7e5ce7e. The package `redhat-lsb` is needed to manage services, but there's not test checking this, so removing it let all tests pass, but made the cookbook fail.
The idea behind this PR is to enable the installation of zabbix from a custom repo, so you can use a wrapper-zabbix cookbook and get the package form your internal repos or any other repo you want.
Lets talk, then I can add some spec tests