plathrop / puppet-module-supervisor

Puppet module for configuring the supervisor daemon tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no autostart option

rande opened this issue · comments

Why there is no autostart option available ?

We might want to create service but enable it on demand depends on external context.

I can create a PR if you want, but this will be a BC break with the ensure option

ensure => 'stopped' is probably not what you want. If something outside of puppet starts the service, puppet will stop it on next run.