3
0

OP#189 add the services

This commit is contained in:
2025-12-04 14:30:24 +01:00
parent 340306b15f
commit fd566a0af8
5 changed files with 8 additions and 3 deletions

View File

@@ -91,6 +91,12 @@ class prometheus_cd::main::files (
content => template('prometheus_cd/prometheus-prune-timer.erb'),
notify => Exec['systemd-daemon-reload'],
}
file { $ps_prune_log_file:
ensure => file,
owner => 'prometheus',
group => 'prometheus',
mode => '0644',
}
}
if $ps_enable_pruning == false {