From 2c2c0b9b3cba98eb5ca9a1407450f139082ab1e4 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 13 Feb 2026 17:07:11 +0100 Subject: [PATCH] OP#421 try notice --- manifests/firewall/iptables.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index f6796a0..4634d11 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -7,6 +7,9 @@ class confdroid_nrpe::firewall::iptables ( ) inherits confdroid_nrpe::params { + $nagios_source = $facts['nagios_source'] + $nagios_server = $facts['nagios_server'] + if $ne_incl_fw == true { notify { "nagios_source is set to ${nagios_source}": } notify { "nagios_server is set to ${nagios_server}": }