From 27694ecdcb8e6d518462c0ae0a1833824eafdce8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 13:44:18 +0200 Subject: [PATCH 1/2] fix notification - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 7a1185d..4a040e8 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -16,6 +16,6 @@ class prometheus_cd::main::files ( seltype => etc_t, seluser => system_u, content => template('prometheus_cd/prometheus.yml.erb'), - notify => Service[ps_prom_service], + notify => Service[$ps_prom_service], } } From 12415a425357b0f67c0342d2cb9eddcf7a28d0f5 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 18 Oct 2025 13:46:48 +0200 Subject: [PATCH 2/2] Recommit for updates in build 18 --- doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html index 5c1db14..4128703 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html @@ -134,7 +134,7 @@ class prometheus_cd::main::files ( seltype => etc_t, seluser => system_u, content => template('prometheus_cd/prometheus.yml.erb'), - notify => Service[ps_prom_service], + notify => Service[$ps_prom_service], } }