From 3bdb172f14376fd197f365dc1cff5eb6f3fec56c Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 27 Feb 2026 16:21:47 +0100 Subject: [PATCH] Recommit for updates in build 18 --- .../confdroid_prometheus_3A_3Amain_3A_3Afiles.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html index 47aac96..1e64f23 100644 --- a/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html @@ -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'], } } }