From 9124648f472a2b7f767b5c5bfeb32346d1ec7c41 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 13 Feb 2026 17:03:45 +0100 Subject: [PATCH] Recommit for updates in build 14 --- .../confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html index e5a6f0f..a73b381 100644 --- a/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html @@ -112,7 +112,8 @@ 17 18 19 -20 +20 +21
# File 'manifests/firewall/iptables.pp', line 7
@@ -122,6 +123,7 @@ class confdroid_nrpe::firewall::iptables (
 ) inherits confdroid_nrpe::params {
   if $ne_incl_fw == true {
     notify { "nagios_source is set to ${nagios_source}": }
+    notify { "nagios_server is set to ${nagios_server}": }
 
     firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
       source => $nagios_source,