recommit for updates in build 13
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/eedfe76954f2c69">eedfe76954f2c69</a> Jenkins ConfDroid <i>2019-04-23 19:09:49</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 12</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/97446c0679727a4">97446c0679727a4</a> Arne Teuke <i>2019-04-23 19:09:04</i>
|
||||||
|
<p>
|
||||||
|
<h3>adds eec to import policy</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/522a99b01292b3c">522a99b01292b3c</a> Jenkins ConfDroid <i>2019-04-23 18:55:18</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/522a99b01292b3c">522a99b01292b3c</a> Jenkins ConfDroid <i>2019-04-23 18:55:18</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 11</h3>
|
<h3>recommit for updates in build 11</h3>
|
||||||
|
|||||||
@@ -137,7 +137,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
38
|
38
|
||||||
39
|
39
|
||||||
40
|
40
|
||||||
41</pre>
|
41
|
||||||
|
42
|
||||||
|
43</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
|
||||||
@@ -146,6 +148,8 @@ class cd_nrpe::main::exec (
|
|||||||
|
|
||||||
) inherits cd_nrpe::params {
|
) inherits cd_nrpe::params {
|
||||||
|
|
||||||
|
require cd_nrpe::main::files
|
||||||
|
|
||||||
# create policy file fpr sudo selinux policy
|
# create policy file fpr sudo selinux policy
|
||||||
exec { 'create_nrpe_pp':
|
exec { 'create_nrpe_pp':
|
||||||
command => template($ne_checkmodule_nrpe_erb),
|
command => template($ne_checkmodule_nrpe_erb),
|
||||||
|
|||||||
@@ -186,8 +186,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
87
|
87
|
||||||
88
|
88
|
||||||
89
|
89
|
||||||
90
|
90</pre>
|
||||||
91</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
||||||
@@ -197,7 +196,6 @@ class cd_nrpe::main::files (
|
|||||||
) inherits cd_nrpe::params {
|
) inherits cd_nrpe::params {
|
||||||
|
|
||||||
require cd_nrpe::main::dirs
|
require cd_nrpe::main::dirs
|
||||||
include cd_nrpe::main::exec
|
|
||||||
|
|
||||||
# manage /etc/nagios/nrpe.cfg
|
# manage /etc/nagios/nrpe.cfg
|
||||||
|
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ class cd_nrpe::main::service (
|
|||||||
require cd_nrpe::firewall::iptables
|
require cd_nrpe::firewall::iptables
|
||||||
}
|
}
|
||||||
|
|
||||||
require cd_nrpe::main::files
|
require cd_nrpe::main::exec
|
||||||
|
|
||||||
if $ne_manage_cmds == true {
|
if $ne_manage_cmds == true {
|
||||||
require cd_nrpe::commands::definition_rules
|
require cd_nrpe::commands::definition_rules
|
||||||
|
|||||||
Reference in New Issue
Block a user