plathrop / puppet-module-supervisor

Puppet module for configuring the supervisor daemon tool.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Minor improvement: Changed path of the service config file for Debian #29

Closed dol closed 11 years ago

dol commented 11 years ago

On Debian/Ubuntu systems, the suggested config path for the service configuration is /etc/supervisor/conf.d. Changed the path for Debian system to this location. Also changed the file extension from .ini to .conf. The reason of this renaming is the naming inconsistency of the main supervisor.conf file and the per service conf file (.ini).

This pull request fixes the issue #28

plathrop commented 11 years ago

@dol Looks like you'll need to pull in master before we can merge this.

plathrop commented 11 years ago

Closing in favor of the solution in #41

dol commented 11 years ago

Totally ok. The #41 solution don't break the current functionality, witch I like. At least it gave a impulse.