ajcrowe / puppet-supervisord

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

Could not find init script for 'supervisord' #113

Open Fr33maan opened 7 years ago

Fr33maan commented 7 years ago

On debian 8 in a docker container: puppet 4.8.1 module version 0.6.1

class supervisor_daemon {
    supervisord::program { 'sshd':
      command             => '/usr/sbin/sshd',
      priority            => '10',
    }

    supervisord::program { 'mariadb':
      command             => '/usr/sbin/mysqld',
      priority            => '20',
    }

    supervisord::program { 'nullmailer':
      command             => '/usr/sbin/nullmailer-send -s',
      priority            => '110',
    }
}

Leads into following error:
Error: Could not find init script for 'supervisord' Error: /Stage[main]/Supervisord::Service/Service[supervisord]/ensure: change from stopped to running failed: Could not find init script for 'supervisord'