ajcrowe / puppet-supervisord

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

Fix supervisorctl command when no process is present #31

Closed jsok closed 9 years ago

jsok commented 10 years ago

Currently, if you try to create an instance like

supervisord::supervisorctl { 'restart_myapp':
  command => 'command',
}

You end up with an exec command like /usr/local/bin/supervisorctlcommand.

This branch adds the require missing space and increase test coverage over the type.

ajcrowe commented 9 years ago

Thanks for this fix @jsok not sure how that slipped through!