diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5506e5..fb059b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+73a596d8f0b7d22 Jenkins ConfDroid 2019-04-23 19:29:53
+
+
recommit for updates in build 15
+
+
+cf924624c861aed Arne Teuke 2019-04-23 19:29:11
+
+
moves execs to selinux
+
+
6f6abc12cb4bc76 Jenkins ConfDroid 2019-04-23 19:22:32
recommit for updates in build 14
diff --git a/doc/puppet_classes/cd_nrpe_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/cd_nrpe_3A_3Afirewall_3A_3Aiptables.html
index 6a98804..990a992 100644
--- a/doc/puppet_classes/cd_nrpe_3A_3Afirewall_3A_3Aiptables.html
+++ b/doc/puppet_classes/cd_nrpe_3A_3Afirewall_3A_3Aiptables.html
@@ -131,7 +131,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
32
33
34
-35
+35
+36
# File 'manifests/firewall/iptables.pp', line 23
@@ -143,6 +144,7 @@ class cd_nrpe::firewall::iptables (
if $ne_incl_fw == true {
firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
+ source => $nagios_server,
proto => ['tcp','udp'],
dport => $ne_nrpe_port,
action => 'accept',
|