saltstack-formulas / sensu-formula

Salt Stack formula to manage Sensu.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
23 stars 78 forks source link

Add ability to install Sensu from mirrors #34

Closed joe-bowman closed 7 years ago

joe-bowman commented 7 years ago

Add ability to install Sensu package via apt / yum mirror by overriding the repository that the formula configures. Add ability to install gems using a proxy server or gem mirror.

Re: server.sls, I'm not 100% happy that the config comes from sensu:client, but followed the lead of sensu.client.embedded_ruby.

gravyboat commented 7 years ago

Looks pretty good to me, were you able to test this on RedHat and non-redhat based distros to make sure everything works fine?

joe-bowman commented 7 years ago

Tested on both ubuntu (14.04 and 16.04) and centos 7.

gravyboat commented 7 years ago

Awesome thanks!