Recommit for updates in build 18
This commit is contained in:
@@ -290,7 +290,7 @@ class confdroid_prometheus::main::files (
|
||||
seltype => systemd_unit_file_t,
|
||||
seluser => unconfined_u,
|
||||
content => template('confdroid_prometheus/prometheus-prune-service.erb'),
|
||||
notify => Exec['systemd-daemon-reload'],
|
||||
notify => Exec['ps-systemd-daemon-reload'],
|
||||
}
|
||||
file { $ps_pruning_timer_file:
|
||||
ensure => file,
|
||||
@@ -302,7 +302,7 @@ class confdroid_prometheus::main::files (
|
||||
seltype => systemd_unit_file_t,
|
||||
seluser => unconfined_u,
|
||||
content => template('confdroid_prometheus/prometheus-prune-timer.erb'),
|
||||
notify => Exec['systemd-daemon-reload'],
|
||||
notify => Exec['ps-systemd-daemon-reload'],
|
||||
}
|
||||
file { $ps_prune_log_file:
|
||||
ensure => file,
|
||||
@@ -315,14 +315,14 @@ class confdroid_prometheus::main::files (
|
||||
if $ps_enable_pruning == false {
|
||||
file { $ps_pruning_file:
|
||||
ensure => absent,
|
||||
notify => Exec['ps-systemd-daemon-reload'],
|
||||
notify => Exec['ps-ps-systemd-daemon-reload'],
|
||||
}
|
||||
file { $ps_env_file:
|
||||
ensure => absent,
|
||||
}
|
||||
file { $ps_pruning_svc_file:
|
||||
ensure => absent,
|
||||
notify => Exec['ps-systemd-daemon-reload'],
|
||||
notify => Exec['ps-ps-systemd-daemon-reload'],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user