You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 5.4.0
Ruby: Puppet built-in
Distribution: Debian 9 (Stretch)
Module version: 6.3.2
Calling the r10k::webhook class fails, as it cannot enable the service.
Running systemctl enable webhook.service manually afterward produces the following error:
webhook.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable webhook
update-rc.d: error: webhook Default-Start contains no runlevels, aborting.
It seems the /etc/init.d/webhook file is missing the init information at the start of the file, which it seem Debian/systemd requires.
The documentation for providing this information is here, and is all defined in comments, so should be easy to add without affecting any other platform.
The text was updated successfully, but these errors were encountered:
Adam-Ant
changed the title
Enabled webhook service fails on Debian Stretch
Webhook service fails to enable on Debian Stretch
Mar 7, 2018
Old issue but I'm seeing the same error with Ubuntu 18.04 with module version 10.1.1.
$ sudo systemctl enable webhook
Synchronizing state of webhook.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable webhook
update-rc.d: error: webhook Default-Start contains no runlevels, aborting.
Affected Puppet, Ruby, OS and module versions/distributions
Calling the
r10k::webhook
class fails, as it cannot enable the service.Running
systemctl enable webhook.service
manually afterward produces the following error:It seems the
/etc/init.d/webhook
file is missing the init information at the start of the file, which it seem Debian/systemd requires.The documentation for providing this information is here, and is all defined in comments, so should be easy to add without affecting any other platform.
The text was updated successfully, but these errors were encountered: