recommit for updates in build 11

This commit is contained in:
Jenkins ConfDroid
2019-04-23 20:55:18 +02:00
parent bddd11da39
commit 522a99b012
3 changed files with 19 additions and 21 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7ba65eb308d9609">7ba65eb308d9609</a> Jenkins ConfDroid <i>2019-04-23 18:47:44</i>
<p>
<h3>recommit for updates in build 10</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/878955e5999385a">878955e5999385a</a> Arne Teuke <i>2019-04-23 18:47:03</i>
<p>
<h3>adds file content for nrpe.te</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5fc268f5d4591d9">5fc268f5d4591d9</a> Jenkins ConfDroid <i>2019-04-23 18:41:23</i>
<p>
<h3>recommit for updates in build 9</h3>

View File

@@ -129,14 +129,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
30
31
32
33
34
35
36
37
38
39
40</pre>
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
@@ -146,18 +139,11 @@ class cd_nrpe::main::exec (
) inherits cd_nrpe::params {
# create policy file fpr sudo selinux policy
# exec { &#39;create_nrpe_pp&#39;:
# command =&gt; template($ne_checkmodule_nrpe_erb),
# user =&gt; &#39;root&#39;,
# creates =&gt; $ne_nrpe_pp_file,
# notify =&gt; Exec[&#39;import_nrpe_policy&#39;],
# }
# execute policy file
# exec { &#39;import_nrpe_policy&#39;:
# command =&gt; template
#
# }
exec { &#39;create_nrpe_pp&#39;:
command =&gt; template($ne_checkmodule_nrpe_erb),
user =&gt; &#39;root&#39;,
creates =&gt; $ne_nrpe_pp_file,
}
}</pre>
</td>
</tr>

View File

@@ -186,7 +186,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
87
88
89
90</pre>
90
91</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
@@ -196,6 +197,7 @@ class cd_nrpe::main::files (
) inherits cd_nrpe::params {
require cd_nrpe::main::dirs
include cd_nrpe::main::exec
# manage /etc/nagios/nrpe.cfg