From a0f02cbd6dd2bfb30f1c574d1994d7a399215efa Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 13:30:21 +0200 Subject: [PATCH 1/2] fix variable - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index ce0ce1b..7c02743 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -46,6 +46,7 @@ class prometheus_cd::params ( $ps_main_dir = '/etc/prometheus' # files + $ps_main_file = "${ps_main_dir}/prometheus.yml" # services $ps_prom_service = 'prometheus' From b0de6e14ff657446d637c10a35606d84d3c3a6c0 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 18 Oct 2025 13:31:29 +0200 Subject: [PATCH 2/2] Recommit for updates in build 17 --- doc/puppet_classes/prometheus_cd_3A_3Aparams.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index 2751e80..16cbe11 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -370,7 +370,8 @@ 52 53 54 -55 +55 +56
# File 'manifests/params.pp', line 17
@@ -407,6 +408,7 @@ class prometheus_cd::params (
   $ps_main_dir            = '/etc/prometheus'
 
   # files
+  $ps_main_file           = "${ps_main_dir}/prometheus.yml"
 
   # services
   $ps_prom_service        = 'prometheus'