ajcrowe / puppet-supervisord

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

supervisord::reload should use the $executable parameter set in init.pp #8

Closed bpgoldsb closed 10 years ago

bpgoldsb commented 10 years ago

supervisord::reload used it's own hardcoded path to supervisordctl

ajcrowe commented 10 years ago

Thanks for the fix @bpgoldsb

Much appreciated!

ajcrowe commented 10 years ago

Looks like this broke things, It needs a new variable for supervisorctl rather than supervisord, thanks for the heads up about it being hard coded.