saltstack-formulas / graphite-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
15 stars 41 forks source link

Fix #9 #11

Closed duk3luk3 closed 8 years ago

duk3luk3 commented 8 years ago

This formula is currently pretty broken and fails with KeyError if pip isn't installed, despite actually specifying a pip dependency.

In addition, it also tries to install supervisord even if the monitor_master role isn't set on the minion which is rather weird and most likely unwanted by most users.

This PR fixes both issues and also mentions the role in the readme.