laradji / zabbix

Zabbix chef cookbook
Apache License 2.0
91 stars 125 forks source link

Enhance/package install method #179

Open jespada opened 10 years ago

jespada commented 10 years ago

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

guilhem commented 10 years ago

@jespada please be careful about tests :)

iandelahorne commented 10 years ago

Please fix your license - "all rights reserved" is not ok if the rest of the project is apache license.

jespada commented 10 years ago

@guilhem @lflux lemme know what you guys think, also I should probably need to update the README

iandelahorne commented 10 years ago

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.

jespada commented 10 years ago

@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?

iandelahorne commented 10 years ago

That sounds like a good approach.

jespada commented 10 years ago

@lflux there you go, got some ideas from here tks! :beer:

iandelahorne commented 10 years ago

:+1:

jespada commented 10 years ago

Guys, any update on this?