OP#421 fixed it

This commit is contained in:
2026-02-13 17:21:01 +01:00
parent 23c0df59ad
commit 9da45bba7a
3 changed files with 33 additions and 32 deletions

View File

@@ -7,10 +7,9 @@
class confdroid_nrpe::firewall::iptables (
) inherits confdroid_nrpe::params {
if $ne_incl_fw == true {
firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
source => $nagios_server,
source => $nagios_source,
proto => 'tcp',
dport => $ne_nrpe_port,
jump => 'accept',