recommit for updates in build 11
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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>
|
||||
|
||||
@@ -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 { 'create_nrpe_pp':
|
||||
# command => template($ne_checkmodule_nrpe_erb),
|
||||
# user => 'root',
|
||||
# creates => $ne_nrpe_pp_file,
|
||||
# notify => Exec['import_nrpe_policy'],
|
||||
# }
|
||||
|
||||
# execute policy file
|
||||
# exec { 'import_nrpe_policy':
|
||||
# command => template
|
||||
#
|
||||
# }
|
||||
exec { 'create_nrpe_pp':
|
||||
command => template($ne_checkmodule_nrpe_erb),
|
||||
user => 'root',
|
||||
creates => $ne_nrpe_pp_file,
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user