puppet-gitlab
puppet-gitlab copied to clipboard
Puppet cannot start Gitlab after it was stopped manually on Debian 12 (at least)
Steps to reproduce:
- Install gitlab with the module (with
service_manage => true) - Stop the gitlab-runsvdir.service:
systemctl stop gitlab-runsvdir.service - Run Puppet to apply the manifest again. Puppet fails, because it uses
/usr/bin/gitlab-ctl startto start Gitlab instead of passing it to Systemd.
Puppet version: 8.8.1 OS: Debian 12 Gitlab package version: 18.1.1-ce.0