From 03497c691eae08c71e7501c5fe138d5644b4bdc6 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 14:10:09 +0200 Subject: [PATCH] fix dirs - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- manifests/main/dirs.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/dirs.pp b/manifests/main/dirs.pp index 691e771..d2ff590 100644 --- a/manifests/main/dirs.pp +++ b/manifests/main/dirs.pp @@ -6,7 +6,7 @@ class prometheus_cd::main::dirs ( ) inherits prometheus_cd::params { require prometheus_cd::main::install - ($ps_prom_host == $fqdn) and ($manage_prometheus == true) { + if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) { file { $ps_main_dir: ensure => directory, owner => 'root',