diff --git a/doc/file.README.html b/doc/file.README.html index c9fa6bd..153045d 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -162,7 +162,7 @@
through Foreman:
-In order to apply parameters through Foreman, confdroid_nrpe::params must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
+In order to apply parameters through Foreman, *confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
See more details about class deployment on Confdroid.com.
@@ -212,6 +212,8 @@excluded tests:
--no-variable_scope-check: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
--no-top_scope_facts: iptables does not recognise otherwise
Puppet Parser
diff --git a/doc/index.html b/doc/index.html index 12e5f19..0ba5f71 100644 --- a/doc/index.html +++ b/doc/index.html @@ -162,7 +162,7 @@through Foreman:
In order to apply parameters through Foreman, confdroid_nrpe::params must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
+In order to apply parameters through Foreman, *confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
See more details about class deployment on Confdroid.com.
@@ -212,6 +212,8 @@excluded tests:
--no-variable_scope-check: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
--no-top_scope_facts: iptables does not recognise otherwise
Puppet Parser
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 9572934..d3a7446 100644 --- a/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/confdroid_nrpe_3A_3Afirewall_3A_3Aiptables.html @@ -110,8 +110,7 @@ 15 16 17 -18 -19 +18# File 'manifests/firewall/iptables.pp', line 7
@@ -119,10 +118,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',