3
0

OP#188 fix variable

This commit is contained in:
2025-12-04 12:28:19 +01:00
parent 3b20a4a566
commit 11eeeb4c2b

View File

@@ -58,7 +58,7 @@ class prometheus_cd::main::files (
} }
} }
if $ps_enable_pruning == false { if $ps_enable_pruning == false {
file { $ps_pruning_fir: file { $ps_pruning_file:
ensure => absent, ensure => absent,
} }
} }