recommit for updates in build 24

This commit is contained in:
2017-07-21 14:51:33 +02:00
parent e4c6440f66
commit 4ec7633f97
19 changed files with 58 additions and 39 deletions

View File

@@ -181,7 +181,7 @@
</div>
<div id="footer">
Generated on Fri Jul 21 13:34:58 2017 by
Generated on Fri Jul 21 14:51:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -297,7 +297,7 @@ environments.</p>
</div></div>
<div id="footer">
Generated on Fri Jul 21 13:34:59 2017 by
Generated on Fri Jul 21 14:51:29 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -297,7 +297,7 @@ environments.</p>
</div></div>
<div id="footer">
Generated on Fri Jul 21 13:34:59 2017 by
Generated on Fri Jul 21 14:51:28 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -139,7 +139,7 @@ class cd_nagios {
</div>
<div id="footer">
Generated on Fri Jul 21 13:34:59 2017 by
Generated on Fri Jul 21 14:51:29 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -368,7 +368,7 @@ class cd_nagios::client::target (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -207,7 +207,7 @@ class cd_nagios::firewall::iptables (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -187,7 +187,7 @@ class cd_nagios::main::config (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:30 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -468,7 +468,7 @@ class cd_nagios::main::dirs (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:30 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -235,7 +235,7 @@ class cd_nagios::main::install (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:30 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -200,7 +200,7 @@ class cd_nagios::main::user (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:30 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -1814,18 +1814,19 @@ enabled.</p>
<span class='name'>ng_required_hosts</span>
<span class='type'>(<tt>array</tt>)</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;&#39;]</tt>)</em>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Array of <strong>FQDNs</strong> for hosts which
should be allowed/required.
every entry in the array creates a new line in
the configuration file.</p>
<p>String of <strong>FQDNs</strong> for hosts which
should be
allowed/required. Requires format
&#39;host1.example.com
host2.example.com&#39;</p>
</div>
</li>
@@ -1835,23 +1836,20 @@ the configuration file.</p>
<span class='name'>ng_required_ips</span>
<span class='type'>(<tt>array</tt>)</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;127.0.0.0/8&#39;]</tt>)</em>
<em class="default">(defaults to: <tt>&#39;127.0.0.0/8&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Array of &lt;b&gt;_&lt;em&gt;Ip addresses __** for hosts which
<p>string of &lt;b&gt;_&lt;em&gt;Ip addresses __** for hosts which
should be
allowed/reqired. every entry in the array creates a new line in
the
configuration fileIp addresses _&lt;/em&gt;&lt;/b&gt; for hosts
which
should be allowed/reqired. every entry in the array creates a new
line in
the configuration file</p>
allowed/reqired. Requires format &#39;ipaddress ip address range&#39;Ip
addresses _&lt;/em&gt;&lt;/b&gt; for hosts which
should be allowed/reqired.
Requires format &#39;ipaddress ip address range&#39;</p>
</div>
</li>
@@ -1873,6 +1871,7 @@ the configuration file</p>
<pre class="lines">
203
204
205
206
@@ -2029,11 +2028,10 @@ the configuration file</p>
357
358
359
360
361</pre>
360</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 204</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 203</span>
class cd_nagios::params (
@@ -2142,8 +2140,8 @@ $ng_ack_no_send = &#39;0&#39;,
$ng_use_selinux_tools = true,
# httpd
$ng_required_hosts = [&#39;&#39;],
$ng_required_ips = [&#39;127.0.0.0/8&#39;],
$ng_required_hosts = &#39;&#39;,
$ng_required_ips = &#39;127.0.0.0/8&#39;,
) {
@@ -2200,7 +2198,7 @@ $ng_nagios_conf_erb = &#39;cd_nagios/httpd/nagios_conf.erb&#39;
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:30 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -249,7 +249,7 @@ class cd_nagios::selinux::config (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -195,7 +195,7 @@ class cd_nagios::server::access_rules (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -228,7 +228,7 @@ class cd_nagios::server::files (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -174,7 +174,7 @@ class cd_nagios::server::service (
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:01 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -220,7 +220,7 @@ $ng_service = $::cd_nagios::params::ng_service
</div>
<div id="footer">
Generated on Fri Jul 21 13:35:02 2017 by
Generated on Fri Jul 21 14:51:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -90,7 +90,7 @@
</div>
<div id="footer">
Generated on Fri Jul 21 13:34:59 2017 by
Generated on Fri Jul 21 14:51:29 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>