Merge branch 'jenkins' into 'master'

Jenkins

See merge request !89
This commit is contained in:
12ww1160
2017-07-30 21:28:49 +02:00
40 changed files with 74 additions and 83 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/0b459b63e6dff1b">0b459b63e6dff1b</a> Jenkins Server <i>2017-07-30 15:00:59</i>
<p>
<h3>recommit for updates in build 150</h3>
</p>
<a href="https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/fc05564e8986360">fc05564e8986360</a> Arne Teuke <i>2017-07-30 15:00:13</i>
<p>
<h3>added checknagios selinux exception</h3>
</p>
<a href="https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/28a1ed3ef992781">28a1ed3ef992781</a> Jenkins Server <i>2017-07-30 14:41:05</i> <a href="https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/28a1ed3ef992781">28a1ed3ef992781</a> Jenkins Server <i>2017-07-30 14:41:05</i>
<p> <p>
<h3>recommit for updates in build 149</h3> <h3>recommit for updates in build 149</h3>

View File

@@ -21,7 +21,7 @@ Nagios is a powerful open source software solution for monitoring your IT enviro
* [Parameters](#parameters) * [Parameters](#parameters)
* [Mandatory Parameters](#mandatory-parameters) * [Mandatory Parameters](#mandatory-parameters)
* [Optional Parameters](#optional-parameters) * [Optional Parameters](#optional-parameters)
* [PuppetDB] * [PuppetDB](#puppetdb)
* [SELINUX](#selinux) * [SELINUX](#selinux)
* [Certbot](#certbot) * [Certbot](#certbot)
* [Httpd vHost Files](#httpd-vhost-files) * [Httpd vHost Files](#httpd-vhost-files)
@@ -44,8 +44,7 @@ Installation:
* Nagios clients: * Nagios clients:
* install client binaries like nagios plugins etc. * install client binaries like nagios plugins etc.
* install NRPE (optional) * include NRPE via `cd_nrpe` (optional)
Configuration Configuration
* configure all aspects of Nagios on server * configure all aspects of Nagios on server
@@ -61,7 +60,6 @@ Configuration
* manage Nagios main hostgroups through Puppet exports. Additional host groups can be created through external Puppet rules via define, to avoid having to alter the module code. * manage Nagios main hostgroups through Puppet exports. Additional host groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main servicegroups through Puppet exports. Additional service groups can be created through external Puppet rules via define, to avoid having to alter the module code. * manage Nagios main servicegroups through Puppet exports. Additional service groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main timeperiods through Puppet exports. Additional timeperiods can be created through external Puppet rules via define, to avoid having to alter the module code. * manage Nagios main timeperiods through Puppet exports. Additional timeperiods can be created through external Puppet rules via define, to avoid having to alter the module code.
* configure NRPE on clients (optional)
* configure firewall (optional) * configure firewall (optional)
* configure selinux policies (optional) * configure selinux policies (optional)
* configure forwarding http to https including accesing the /nagios url directly (optional) * configure forwarding http to https including accesing the /nagios url directly (optional)
@@ -69,7 +67,6 @@ Configuration
Service Service
* manage Nagios service on server * manage Nagios service on server
* manage NRPE service on clients (optional)
Monitoring Monitoring
* monitor Nagios host * monitor Nagios host

View File

@@ -281,7 +281,7 @@
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:44 2017 by Generated on Sun Jul 30 21:38:18 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -106,7 +106,7 @@ Structure</a></p>
</li><li> </li><li>
<p><a href="#optional-parameters">Optional Parameters</a></p> <p><a href="#optional-parameters">Optional Parameters</a></p>
</li><li> </li><li>
<p>[PuppetDB]</p> <p><a href="#puppetdb">PuppetDB</a></p>
</li><li> </li><li>
<p><a href="#selinux">SELINUX</a></p> <p><a href="#selinux">SELINUX</a></p>
</li><li> </li><li>
@@ -144,7 +144,7 @@ install Nagios server binaries on Nagios server</p>
</li><li> </li><li>
<p>install client binaries like nagios plugins etc.</p> <p>install client binaries like nagios plugins etc.</p>
</li><li> </li><li>
<p>install NRPE (optional)</p> <p>include NRPE via <code>cd_nrpe</code> (optional)</p>
</li></ul> </li></ul>
<p>Configuration <p>Configuration
@@ -178,20 +178,16 @@ the module code.
* manage Nagios main timeperiods through Puppet exports. * manage Nagios main timeperiods through Puppet exports.
Additional timeperiods can be created through external Puppet rules via Additional timeperiods can be created through external Puppet rules via
define, to avoid having to alter the module code. define, to avoid having to alter the module code.
* configure NRPE on * configure firewall
clients (optional) (optional)
* configure firewall (optional) * configure selinux policies (optional)
* configure selinux * configure forwarding
policies (optional) http to https including accesing the /nagios url directly (optional)
* configure forwarding http to https including accesing *
the /nagios url directly (optional) manage TLS certificates through certbot (optional)</p>
* manage TLS certificates through
certbot (optional)</p>
<p>Service <p>Service
* manage Nagios service on server * manage Nagios service on server</p>
* manage NRPE service on clients
(optional)</p>
<p>Monitoring <p>Monitoring
* monitor Nagios host * monitor Nagios host
@@ -408,7 +404,7 @@ environments.</p>
</div></div> </div></div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:47 2017 by Generated on Sun Jul 30 21:38:20 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -106,7 +106,7 @@ Structure</a></p>
</li><li> </li><li>
<p><a href="#optional-parameters">Optional Parameters</a></p> <p><a href="#optional-parameters">Optional Parameters</a></p>
</li><li> </li><li>
<p>[PuppetDB]</p> <p><a href="#puppetdb">PuppetDB</a></p>
</li><li> </li><li>
<p><a href="#selinux">SELINUX</a></p> <p><a href="#selinux">SELINUX</a></p>
</li><li> </li><li>
@@ -144,7 +144,7 @@ install Nagios server binaries on Nagios server</p>
</li><li> </li><li>
<p>install client binaries like nagios plugins etc.</p> <p>install client binaries like nagios plugins etc.</p>
</li><li> </li><li>
<p>install NRPE (optional)</p> <p>include NRPE via <code>cd_nrpe</code> (optional)</p>
</li></ul> </li></ul>
<p>Configuration <p>Configuration
@@ -178,20 +178,16 @@ the module code.
* manage Nagios main timeperiods through Puppet exports. * manage Nagios main timeperiods through Puppet exports.
Additional timeperiods can be created through external Puppet rules via Additional timeperiods can be created through external Puppet rules via
define, to avoid having to alter the module code. define, to avoid having to alter the module code.
* configure NRPE on * configure firewall
clients (optional) (optional)
* configure firewall (optional) * configure selinux policies (optional)
* configure selinux * configure forwarding
policies (optional) http to https including accesing the /nagios url directly (optional)
* configure forwarding http to https including accesing *
the /nagios url directly (optional) manage TLS certificates through certbot (optional)</p>
* manage TLS certificates through
certbot (optional)</p>
<p>Service <p>Service
* manage Nagios service on server * manage Nagios service on server</p>
* manage NRPE service on clients
(optional)</p>
<p>Monitoring <p>Monitoring
* monitor Nagios host * monitor Nagios host
@@ -408,7 +404,7 @@ environments.</p>
</div></div> </div></div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:46 2017 by Generated on Sun Jul 30 21:38:19 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -139,7 +139,7 @@ class cd_nagios {
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:47 2017 by Generated on Sun Jul 30 21:38:20 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -230,7 +230,7 @@ class cd_nagios::certbot::certs (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -378,7 +378,7 @@ class cd_nagios::client::target (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -207,7 +207,7 @@ class cd_nagios::firewall::iptables (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -195,7 +195,7 @@ class cd_nagios::main::config (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -468,7 +468,7 @@ class cd_nagios::main::dirs (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:50 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -213,7 +213,7 @@ class cd_nagios::main::install (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -194,7 +194,7 @@ class cd_nagios::main::user (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:50 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -217,7 +217,7 @@ class cd_nagios::nagios::objects::add_contact_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -215,7 +215,7 @@ class cd_nagios::nagios::objects::add_contactgroups_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:53 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -214,7 +214,7 @@ class cd_nagios::nagios::objects::add_hostgroup_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:53 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -224,7 +224,7 @@ class cd_nagios::nagios::objects::add_servicegroup_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:53 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -222,7 +222,7 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:53 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -597,7 +597,7 @@ class cd_nagios::nagios::objects::commands (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -182,7 +182,7 @@ class cd_nagios::nagios::objects::config (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -237,7 +237,7 @@ class cd_nagios::nagios::objects::contactgroups (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -280,7 +280,7 @@ class cd_nagios::nagios::objects::contacts (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -551,7 +551,7 @@ class cd_nagios::nagios::objects::hostgroups (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -235,7 +235,7 @@ class cd_nagios::nagios::objects::servicegroups (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -305,7 +305,7 @@ class cd_nagios::nagios::objects::template_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -285,7 +285,7 @@ class cd_nagios::nagios::objects::timeperiods (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:52 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -5632,7 +5632,7 @@ $ng_nagios_service_cmd = &#39;check_nagios!/var/log/nagios/status.dat!5!/us
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:50 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -77,8 +77,7 @@
</div> </div>
<h2>Summary</h2> <h2>Summary</h2>
Class manages all aspects of configuring the module logic for Class manages all aspects of selinux for cd_nagios.
cd_nagios.
<h2>Overview</h2> <h2>Overview</h2>
<div class="docstring"> <div class="docstring">
@@ -130,6 +129,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<pre class="lines"> <pre class="lines">
23
24 24
25 25
26 26
@@ -220,13 +220,10 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
111 111
112 112
113 113
114 114</pre>
115
116
117</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 24</span> <pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 23</span>
class cd_nagios::selinux::config ( class cd_nagios::selinux::config (
@@ -318,8 +315,6 @@ class cd_nagios::selinux::config (
refreshonly =&gt; true, refreshonly =&gt; true,
notify =&gt; Service[$ng_service], notify =&gt; Service[$ng_service],
} }
} }
}</pre> }</pre>
</td> </td>
@@ -329,7 +324,7 @@ class cd_nagios::selinux::config (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -195,7 +195,7 @@ class cd_nagios::server::access_rules (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -334,7 +334,7 @@ class cd_nagios::server::files (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:24 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -310,7 +310,7 @@ class cd_nagios::server::service (
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:51 2017 by Generated on Sun Jul 30 21:38:25 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -285,7 +285,7 @@ $ng_contacts_rule_erb = $::cd_nagios::params::ng_contacts_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -237,7 +237,7 @@ $ng_cntctgrps_rule_erb = $::cd_nagios::params::ng_cntctgrps_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -245,7 +245,7 @@ $ng_tgt_hostgrp_rule_erb = $::cd_nagios::params::ng_tgt_hostgrp_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -245,7 +245,7 @@ $ng_tgt_svcgrp_rule_erb = $::cd_nagios::params::ng_tgt_svcgrp_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:28 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -370,7 +370,7 @@ $ng_tgt_timep_rule_erb = $::cd_nagios::params::ng_tgt_timep_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -906,7 +906,7 @@ $ng_templates_rule_erb = $::cd_nagios::params::ng_templates_rule_erb
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:54 2017 by Generated on Sun Jul 30 21:38:27 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -220,7 +220,7 @@ $ng_service = $::cd_nagios::params::ng_service
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:53 2017 by Generated on Sun Jul 30 21:38:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -90,7 +90,7 @@
</div> </div>
<div id="footer"> <div id="footer">
Generated on Sun Jul 30 17:00:47 2017 by Generated on Sun Jul 30 21:38:20 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0). 0.9.9 (ruby-2.0.0).
</div> </div>

View File

@@ -18,8 +18,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# @summary Class manages all aspects of configuring the module logic for # @summary Class manages all aspects of selinux for cd_nagios.
# cd_nagios.
############################################################################## ##############################################################################
class cd_nagios::selinux::config ( class cd_nagios::selinux::config (
@@ -111,7 +110,5 @@ class cd_nagios::selinux::config (
refreshonly => true, refreshonly => true,
notify => Service[$ng_service], notify => Service[$ng_service],
} }
} }
} }