Gitlab overwrite the custom config
Hello everyone
I have an enterprise SSL cert, and I want to use it for the gitlab. I went through the docs (I have done this several times):
Change the config:
external_url 'https://git.company-zone.com'
################################################################################
# Let's Encrypt integration
################################################################################
# https://docs.gitlab.com/omnibus/settings/ssl/#configure-https-manually
letsencrypt['enabled'] = false
So, I created two crt and key based on the domain in the correct path and recondifure GitLab, but:
sudo ls -lh /etc/gitlab/ssl
total 16K
-rw-r--r-- 1 root root 3.6K Dec 10 19:34 git.company-zone.com.crt
-rw-r--r-- 1 root root 3.7K Dec 10 19:34 git.company-zone.com.crt-staging
-rw------- 1 root root 1.7K Dec 10 19:34 git.company-zone.com.key
-r-------- 1 root root 1.7K Dec 10 19:34 git.company-zone.com.key-staging
And it is the Gitlab log after the reconfigure:
Recipe: letsencrypt::enable
* ruby_block[http external-url] action run (skipped due to only_if)
* directory[/etc/gitlab/ssl] action create (up to date)
* directory[/var/log/gitlab/lets-encrypt] action create (up to date)
* acme_selfsigned[git.company-zone.com] action create
* file[git.company-zone.com SSL selfsigned key] action create_if_missing (up to date)
* file[git.company-zone.com SSL selfsigned crt] action create_if_missing (up to date)
* file[git.company-zone.com SSL selfsigned chain] action create_if_missing (skipped due to not_if)
(up to date)
Recipe: letsencrypt::http_authorization
* letsencrypt_certificate[git.company-zone.com] action create
* acme_certificate[staging] action create
* file[git.company-zone.com SSL key] action nothing (skipped due to action :nothing)
* file[git.company-zone.com SSL key] action create_if_missing (up to date)
(up to date)
* ruby_block[reset private key] action run[2025-12-11T09:26:40+00:00] INFO: ruby_block[reset private key] called
- execute the ruby block reset private key
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action delete (up to date)
* acme_certificate[production] action create
* file[git.company-zone.com SSL key] action nothing (skipped due to action :nothing)
* file[git.company-zone.com SSL key] action create_if_missing (up to date)
(up to date)
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action delete (up to date)
[2025-12-11T09:26:40+00:00] INFO: letsencrypt_certificate[git.company-zone.com] sending run action to execute[reload nginx] (immediate)
...
INFO: letsencrypt_certificate[git.company-zone.com] sending run action to ruby_block[display_le_message] (delayed)
Gitlab version: gitlab-ee:17.9.2-ee.0
Then I asked: Why letsencrypt['enabled'] = false Has it not been affected? It should never have issued a new certificate (based on false)
So, I have stopped GitLab completely, replaced the certs again, and started. During the startup (the boot page showed my certs! Certum DV TLS G2 R39 CA
But after GitLab completely booted, it switched to Let’s Encrypt!!!
Logs:
Recipe: letsencrypt::enable
* ruby_block[http external-url] action run (skipped due to only_if)
* directory[/etc/gitlab/ssl] action create (up to date)
* directory[/var/log/gitlab/lets-encrypt] action create (up to date)
* acme_selfsigned[git.company-zone.ir] action create
* file[git.company-zone.ir SSL selfsigned key] action create_if_missing (up to date)
* file[git.company-zone.ir SSL selfsigned crt] action create_if_missing (up to date)
* file[git.company-zone.ir SSL selfsigned chain] action create_if_missing (skipped due to not_if)
(up to date)
Recipe: letsencrypt::http_authorization
* letsencrypt_certificate[git.company-zone.ir] action create
* acme_certificate[staging] action create
* file[git.company-zone.ir SSL key] action nothing (skipped due to action :nothing)
* file[git.company-zone.ir SSL key] action create_if_missing[2025-12-11T10:11:49+00:00] INFO: file[git.company-zone.ir SSL key] created file /etc/gitlab/ssl/git.company-zone.ir.key-staging
- create new file /etc/gitlab/ssl/git.company-zone.ir.key-staging[2025-12-11T10:11:49+00:00] INFO: file[git.company-zone.ir SSL key] updated file contents /etc/gitlab/ssl/git.company-zone.ir.key-staging
- update content in file /etc/gitlab/ssl/git.company-zone.ir.key-staging from none to a157a8
- suppressed sensitive resource[2025-12-11T10:11:49+00:00] INFO: file[git.company-zone.ir SSL key] owner changed to 0
[2025-12-11T10:11:49+00:00] INFO: file[git.company-zone.ir SSL key] group changed to 0
[2025-12-11T10:11:49+00:00] INFO: file[git.company-zone.ir SSL key] mode changed to 400
- change mode from '' to '0400'
- change owner from '' to 'root'
- change group from '' to 'root'
* directory[/etc/gitlab/ssl] action create (up to date)
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action create[2025-12-11T10:11:52+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] created file /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- create new file /etc/gitlab/ssl/letsencrypt_account_private_key.pem[2025-12-11T10:11:52+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] updated file contents /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- update content in file /etc/gitlab/ssl/letsencrypt_account_private_key.pem from none to 22b346
- suppressed sensitive resource[2025-12-11T10:11:52+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] mode changed to 600
- change mode from '' to '0600'
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action nothing (skipped due to action :nothing)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] action nothing (skipped due to action :nothing)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] action create[2025-12-11T10:11:54+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] created file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8
- create new file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8[2025-12-11T10:11:54+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] updated file contents /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8
- update content in file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8 from none to f6f838
--- /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8 2025-12-11 10:11:54.364641620 +0000
+++ /var/opt/gitlab/nginx/www/.well-known/acme-challenge/.chef-EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b820251211-33-s0uz5z 2025-12-11 10:11:54.364641620 +0000
@@ -1 +1,2 @@
+EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8.Q8DQq-B2FyAXNaYZA_bfm1KHSd1Cpsw_QNr1HL97DZU[2025-12-11T10:11:54+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] owner changed to 0
[2025-12-11T10:11:54+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] group changed to 0
[2025-12-11T10:11:54+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] mode changed to 644
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] action delete[2025-12-11T10:12:00+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8] deleted file at /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8
- delete file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/EyR0cmW0HS3h-YacFVYJv1LsiNcdt2V_P38gf89L3b8
* ruby_block[create certificate for git.company-zone.ir] action run
Recipe: <Dynamically Defined Resource>
* file[git.company-zone.ir SSL new crt] action create[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL new crt] created file /etc/gitlab/ssl/git.company-zone.ir.crt-staging
- create new file /etc/gitlab/ssl/git.company-zone.ir.crt-staging[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL new crt] updated file contents /etc/gitlab/ssl/git.company-zone.ir.crt-staging
- update content in file /etc/gitlab/ssl/git.company-zone.ir.crt-staging from none to b4aaa9
--- /etc/gitlab/ssl/git.company-zone.ir.crt-staging 2025-12-11 10:12:12.468795224 +0000
+++ /etc/gitlab/ssl/.chef-git20251211-33-2w7j5p.kish-internal.ir.crt-staging 2025-12-11 10:12:12.468795224 +0000
@@ -1,62 +1,124 @@
+-----BEGIN CERTIFICATE-----
+9foLx1JYLQX8flVS1dP1rANcWJU3ZZIoKfCX/mfkeZU=
+-----END CERTIFICATE-----
+
+-----BEGIN CERTIFICATE-----
+zeCBmfQzFGWbBaOWBvl014IAjONFt5VjyDwI9NExsrgcIdo91+4R5qV92aPXqC+H
+1ihc7aoA6ccL6q+Rag==
+-----END CERTIFICATE-----[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL new crt] owner changed to 0
[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL new crt] group changed to 0
[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL new crt] mode changed to 644
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
[2025-12-11T10:12:12+00:00] INFO: ruby_block[create certificate for git.company-zone.ir] called
- execute the ruby block create certificate for git.company-zone.ir
* ruby_block[reset private key] action run[2025-12-11T10:12:12+00:00] INFO: ruby_block[reset private key] called
- execute the ruby block reset private key
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action delete[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] backed up to /opt/gitlab/embedded/cookbooks/cache/backup/etc/gitlab/ssl/letsencrypt_account_private_key.pem.chef-20251211101212.489020
[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] deleted file at /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- delete file /etc/gitlab/ssl/letsencrypt_account_private_key.pem
* file[/etc/gitlab/ssl/git.company-zone.ir.key] action delete[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/git.company-zone.ir.key] backed up to /opt/gitlab/embedded/cookbooks/cache/backup/etc/gitlab/ssl/git.company-zone.ir.key.chef-20251211101212.493582
[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/git.company-zone.ir.key] deleted file at /etc/gitlab/ssl/git.company-zone.ir.key
- delete file /etc/gitlab/ssl/git.company-zone.ir.key
* file[/etc/gitlab/ssl/git.company-zone.ir.crt] action delete[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/git.company-zone.ir.crt] backed up to /opt/gitlab/embedded/cookbooks/cache/backup/etc/gitlab/ssl/git.company-zone.ir.crt.chef-20251211101212.495634
[2025-12-11T10:12:12+00:00] INFO: file[/etc/gitlab/ssl/git.company-zone.ir.crt] deleted file at /etc/gitlab/ssl/git.company-zone.ir.crt
- delete file /etc/gitlab/ssl/git.company-zone.ir.crt
* acme_certificate[production] action create
* file[git.company-zone.ir SSL key] action nothing (skipped due to action :nothing)
* file[git.company-zone.ir SSL key] action create_if_missing[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL key] created file /etc/gitlab/ssl/git.company-zone.ir.key
- create new file /etc/gitlab/ssl/git.company-zone.ir.key[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL key] updated file contents /etc/gitlab/ssl/git.company-zone.ir.key
- update content in file /etc/gitlab/ssl/git.company-zone.ir.key from none to b96104
- suppressed sensitive resource[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL key] owner changed to 0
[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL key] group changed to 0
[2025-12-11T10:12:12+00:00] INFO: file[git.company-zone.ir SSL key] mode changed to 400
- change mode from '' to '0400'
- change owner from '' to 'root'
- change group from '' to 'root'
* directory[/etc/gitlab/ssl] action create (up to date)
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action create[2025-12-11T10:12:16+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] created file /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- create new file /etc/gitlab/ssl/letsencrypt_account_private_key.pem[2025-12-11T10:12:16+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] updated file contents /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- update content in file /etc/gitlab/ssl/letsencrypt_account_private_key.pem from none to 011c62
- suppressed sensitive resource[2025-12-11T10:12:16+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] mode changed to 600
- change mode from '' to '0600'
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action nothing (skipped due to action :nothing)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] action nothing (skipped due to action :nothing)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] action create[2025-12-11T10:12:18+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] created file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE
- create new file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE[2025-12-11T10:12:18+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] updated file contents /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE
- update content in file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE from none to 5a09b9
--- /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE 2025-12-11 10:12:18.612847350 +0000
+++ /var/opt/gitlab/nginx/www/.well-known/acme-challenge/.chef-5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE20251211-33-vraosv 2025-12-11 10:12:18.608847315 +0000
@@ -1 +1,2 @@
+5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE.CMsHNJ1qnEDI1XZ95D8CNznx1azvCJPpP-Vs4nfF95c[2025-12-11T10:12:18+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] owner changed to 0
[2025-12-11T10:12:18+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] group changed to 0
[2025-12-11T10:12:18+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] mode changed to 644
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] action delete[2025-12-11T10:12:24+00:00] INFO: file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE] deleted file at /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE
- delete file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/5Nqpr1HBsm7OaEzAzEqNkAbSVWq_68IBztbywQHe6fE
* ruby_block[create certificate for git.company-zone.ir] action run
* file[git.company-zone.ir SSL new crt] action create[2025-12-11T10:12:27+00:00] INFO: file[git.company-zone.ir SSL new crt] created file /etc/gitlab/ssl/git.company-zone.ir.crt
- create new file /etc/gitlab/ssl/git.company-zone.ir.crt[2025-12-11T10:12:27+00:00] INFO: file[git.company-zone.ir SSL new crt] updated file contents /etc/gitlab/ssl/git.company-zone.ir.crt
- update content in file /etc/gitlab/ssl/git.company-zone.ir.crt from none to f39df5
--- /etc/gitlab/ssl/git.company-zone.ir.crt 2025-12-11 10:12:27.152919805 +0000
+++ /etc/gitlab/ssl/.chef-git20251211-33-5q2pie.kish-internal.ir.crt 2025-12-11 10:12:27.152919805 +0000
@@ -1,59 +1,118 @@
+-----BEGIN CERTIFICATE-----
+VuZXpSrNxy1FVprBLaDZaiilfKGI9tW82jXXjK/qILthwS16/tqMNkksAg6P5A==
+-----END CERTIFICATE-----
+
+-----BEGIN CERTIFICATE-----
+wVD89qSTlnctLcZnIavjKsKUu1nA1iU0yYMdYepKR7lWbnwhdx3ewok=
+-----END CERTIFICATE-----[2025-12-11T10:12:27+00:00] INFO: file[git.company-zone.ir SSL new crt] owner changed to 0
[2025-12-11T10:12:27+00:00] INFO: file[git.company-zone.ir SSL new crt] group changed to 0
[2025-12-11T10:12:27+00:00] INFO: file[git.company-zone.ir SSL new crt] mode changed to 644
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
[2025-12-11T10:12:27+00:00] INFO: ruby_block[create certificate for git.company-zone.ir] called
- execute the ruby block create certificate for git.company-zone.ir
* file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] action delete[2025-12-11T10:12:27+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] backed up to /opt/gitlab/embedded/cookbooks/cache/backup/etc/gitlab/ssl/letsencrypt_account_private_key.pem.chef-20251211101227.166437
[2025-12-11T10:12:27+00:00] INFO: file[/etc/gitlab/ssl/letsencrypt_account_private_key.pem] deleted file at /etc/gitlab/ssl/letsencrypt_account_private_key.pem
- delete file /etc/gitlab/ssl/letsencrypt_account_private_key.pem
[2025-12-11T10:12:27+00:00] INFO: letsencrypt_certificate[git.company-zone.ir] sending run action to execute[reload nginx] (immediate)
Recipe: nginx::enable
* execute[reload nginx] action run[2025-12-11T10:12:28+00:00] INFO: execute[reload nginx] ran successfully
- execute gitlab-ctl hup nginx
Recipe: letsencrypt::enable
* crond_job[letsencrypt-renew] action create
* file[/var/opt/gitlab/crond/letsencrypt-renew] action create (up to date)
(up to date)
* ruby_block[display_le_message] action nothing (skipped due to action :nothing)
* ruby_block[save_auto_enabled] action run[2025-12-11T10:12:28+00:00] INFO: ruby_block[save_auto_enabled] called
- execute the ruby block save_auto_enabled
Recipe: gitlab::gitlab-healthcheck
* template[/opt/gitlab/etc/gitlab-healthcheck-rc] action create[2025-12-11T10:12:28+00:00] INFO: template[/opt/gitlab/etc/gitlab-healthcheck-rc] created file /opt/gitlab/etc/gitlab-healthcheck-rc
- create new file /opt/gitlab/etc/gitlab-healthcheck-rc[2025-12-11T10:12:28+00:00] INFO: template[/opt/gitlab/etc/gitlab-healthcheck-rc] updated file contents /opt/gitlab/etc/gitlab-healthcheck-rc
- update content in file /opt/gitlab/etc/gitlab-healthcheck-rc from none to 39c4ee
--- /opt/gitlab/etc/gitlab-healthcheck-rc 2025-12-11 10:12:28.060927508 +0000
+++ /opt/gitlab/etc/.chef-gitlab-healthcheck-rc20251211-33-c0yd4v 2025-12-11 10:12:28.060927508 +0000
@@ -1,2 +1,4 @@
+url='https://localhost:443/help'
+flags=(--insecure)[2025-12-11T10:12:28+00:00] INFO: template[/opt/gitlab/etc/gitlab-healthcheck-rc] owner changed to 0
[2025-12-11T10:12:28+00:00] INFO: template[/opt/gitlab/etc/gitlab-healthcheck-rc] group changed to 0
- change owner from '' to 'root'
- change group from '' to 'root'
Recipe: monitoring::pgbouncer-exporter_disable
* service[pgbouncer-exporter] action nothing (skipped due to action :nothing)
* runit_service[pgbouncer-exporter] action disable
* ruby_block[disable pgbouncer-exporter] action run (skipped due to only_if)
Hah??
Edited by Ali