puppet-gitlab icon indicating copy to clipboard operation
puppet-gitlab copied to clipboard

Puppet cannot start Gitlab after it was stopped manually on Debian 12 (at least)

Open jay7x opened this issue 4 months ago • 0 comments

Steps to reproduce:

  1. Install gitlab with the module (with service_manage => true)
  2. Stop the gitlab-runsvdir.service: systemctl stop gitlab-runsvdir.service
  3. Run Puppet to apply the manifest again. Puppet fails, because it uses /usr/bin/gitlab-ctl start to start Gitlab instead of passing it to Systemd.

Puppet version: 8.8.1 OS: Debian 12 Gitlab package version: 18.1.1-ce.0

jay7x avatar Jul 31 '25 07:07 jay7x