- Fix issue where multiple process would be parsed incorrectly and cause puppet to constantly try to disable/enable processes.
- Provider now checks for configuration changes before checking or changing process state. This fixes new processes not starting or incorrectly reporting state change and supervisor config changes not properly refreshing on change
- Code clean up
- Update change log. Forgot to add the 0.1.1 release.
Small update to remove the stdlib dependency since all the provider code is in ruby. This will also satisfy the puppet forge metadata quality score issue.
- Removed dependency on puppetlabs-stdlib
###Summary
This is the first release of the Supervisor provider for the Puppet service resource type, allow the service resource to start/stop, enable/disable services controlled by Supervisor.
####Features
- Tested on CentOS 7.1, should work on any platform supported by supervisor
- Start/Stop or Enable/Disable any Supervisor managed process
- Get the status of processes managed by Supervisor