ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

When running as a different user the config dir, pid dir and log dir should be owned by that user #106

Closed zyronix closed 7 years ago

zyronix commented 7 years ago

There is the nice option to run supervisord as a different user, but the pid, config and log directories might not be owned by that user (causing some problems). This pull requests tries to address this issue.

zyronix commented 7 years ago

The build is failing for ruby 1.9.3 / puppet3 because of some json gem problem. This is also an issue in your master branch. Got a suggestion how to resolve this?

ajcrowe commented 7 years ago

Thanks @zyronix