From a0f02cbd6dd2bfb30f1c574d1994d7a399215efa Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 13:30:21 +0200 Subject: [PATCH] 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'