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',