From 451f19b93d6dd731bce2eee6688cf515b0976ee7 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 27 Feb 2026 16:20:47 +0100 Subject: [PATCH] add confdroid_prometheus --- manifests/main/files.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 6f8e8b9..9a81e50 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -77,7 +77,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, @@ -89,7 +89,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, @@ -102,14 +102,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'], } } }