phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Fixes for binary install #85

Closed sclark007 closed 11 months ago

sclark007 commented 8 years ago
  1. Adjusted the init script for CentOS to support setting via attribute.
  2. added full path to the execute command to protect the binary from being removed if the monit binary is not in the $PATH.

    Let me know if anything else is needed/required. Steve