Recommit for updates in build 20
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
<p>through Foreman:</p>
|
<p>through Foreman:</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<p>In order to apply parameters through Foreman, <strong>confdroid_nrpe::params</strong> must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
<p>In order to apply parameters through Foreman, *<strong><em>confdroid_nrpe::params</em></strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
||||||
|
|
||||||
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>
|
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>
|
||||||
|
|
||||||
@@ -212,6 +212,8 @@
|
|||||||
<p>excluded tests:</p>
|
<p>excluded tests:</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p><code>--no-variable_scope-check</code>: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.</p>
|
<p><code>--no-variable_scope-check</code>: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.</p>
|
||||||
|
</li><li>
|
||||||
|
<p><code>--no-top_scope_facts</code>: iptables does not recognise otherwise</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>Puppet Parser</p>
|
<p>Puppet Parser</p>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@
|
|||||||
<p>through Foreman:</p>
|
<p>through Foreman:</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<p>In order to apply parameters through Foreman, <strong>confdroid_nrpe::params</strong> must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
<p>In order to apply parameters through Foreman, *<strong><em>confdroid_nrpe::params</em></strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
||||||
|
|
||||||
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>
|
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>
|
||||||
|
|
||||||
@@ -212,6 +212,8 @@
|
|||||||
<p>excluded tests:</p>
|
<p>excluded tests:</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p><code>--no-variable_scope-check</code>: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.</p>
|
<p><code>--no-variable_scope-check</code>: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.</p>
|
||||||
|
</li><li>
|
||||||
|
<p><code>--no-top_scope_facts</code>: iptables does not recognise otherwise</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>Puppet Parser</p>
|
<p>Puppet Parser</p>
|
||||||
|
|||||||
@@ -110,8 +110,7 @@
|
|||||||
15
|
15
|
||||||
16
|
16
|
||||||
17
|
17
|
||||||
18
|
18</pre>
|
||||||
19</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 7</span>
|
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 7</span>
|
||||||
@@ -119,10 +118,9 @@
|
|||||||
class confdroid_nrpe::firewall::iptables (
|
class confdroid_nrpe::firewall::iptables (
|
||||||
|
|
||||||
) inherits confdroid_nrpe::params {
|
) inherits confdroid_nrpe::params {
|
||||||
|
|
||||||
if $ne_incl_fw == true {
|
if $ne_incl_fw == true {
|
||||||
firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
|
firewall { "${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}":
|
||||||
source => $nagios_server,
|
source => $nagios_source,
|
||||||
proto => 'tcp',
|
proto => 'tcp',
|
||||||
dport => $ne_nrpe_port,
|
dport => $ne_nrpe_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
|
|||||||
Reference in New Issue
Block a user