From 2eaae1a0d64444cafda163410544ca070c6b962f Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 27 Feb 2026 15:31:06 +0100 Subject: [PATCH] Recommit for updates in build 16 --- .../confdroid_prometheus_3A_3Amain_3A_3Aconfig.html | 2 +- .../confdroid_prometheus_3A_3Amain_3A_3Afiles.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Aconfig.html index a1e1c06..eaca5c0 100644 --- a/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Aconfig.html @@ -119,7 +119,7 @@ class confdroid_prometheus::main::config ( ) inherits confdroid_prometheus::params { include confdroid_prometheus::main::service - exec { 'systemd-daemon-reload': + exec { 'ps-systemd-daemon-reload': command => '/bin/systemctl daemon-reload', path => ['/bin', '/usr/bin'], refreshonly => true, 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 4f4f663..47aac96 100644 --- a/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/confdroid_prometheus_3A_3Amain_3A_3Afiles.html @@ -218,7 +218,7 @@ class confdroid_prometheus::main::files ( ) inherits confdroid_prometheus::params { - if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) { + if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) { require confdroid_prometheus::main::dirs file { $ps_main_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['systemd-daemon-reload'], + notify => Exec['ps-systemd-daemon-reload'], } file { $ps_env_file: - ensure => absent, + ensure => absent, } file { $ps_pruning_svc_file: ensure => absent, - notify => Exec['systemd-daemon-reload'], + notify => Exec['ps-systemd-daemon-reload'], } } }