recommit for updates in build 9

This commit is contained in:
Jenkins ConfDroid
2019-04-23 20:41:23 +02:00
parent 4632d97d4d
commit 5fc268f5d4
4 changed files with 45 additions and 5 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/fc2fa8123911d6d">fc2fa8123911d6d</a> Jenkins ConfDroid <i>2019-04-23 18:24:43</i>
<p>
<h3>recommit for updates in build 7</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/018087f0ac24da9">018087f0ac24da9</a> Arne Teuke <i>2019-04-23 17:53:49</i>
<p>
<h3>adds file content for nrpe.te</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/89870ad52dac870">89870ad52dac870</a> Jenkins ConfDroid <i>2019-04-10 18:39:32</i>
<p>
<h3>recommit for updates in build 6</h3>

View File

@@ -14,6 +14,7 @@
| | |-- cd_nrpe_3A_3Afirewall_3A_3Aiptables.html
| | |-- cd_nrpe_3A_3Amain_3A_3Aconfig.html
| | |-- cd_nrpe_3A_3Amain_3A_3Adirs.html
| | |-- cd_nrpe_3A_3Amain_3A_3Aexec.html
| | |-- cd_nrpe_3A_3Amain_3A_3Afiles.html
| | |-- cd_nrpe_3A_3Amain_3A_3Ainstall.html
| | |-- cd_nrpe_3A_3Amain_3A_3Aservice.html
@@ -51,6 +52,7 @@
| |-- init.pp
| `-- params.pp
|-- templates
| |-- checkmodule_nrpe.erb
| |-- cmd_head.erb
| |-- cmd_rule.erb
| |-- nrpe_cfg.erb
@@ -66,4 +68,4 @@
|-- LICENSE
`-- README.md
12 directories, 54 files
12 directories, 56 files

View File

@@ -125,7 +125,18 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
26
27
28
29</pre>
29
30
31
32
33
34
35
36
37
38
39
40</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
@@ -134,8 +145,19 @@ class cd_nrpe::main::exec (
) inherits cd_nrpe::params {
# allow sudo
# 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
#
# }
}</pre>
</td>
</tr>

View File

@@ -928,7 +928,10 @@ needed.</p>
183
184
185
186</pre>
186
187
188
189</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
@@ -1011,8 +1014,11 @@ $ne_cmd_head_erb = &#39;cd_nrpe/cmd_head.erb&#39;
$ne_cmd_rule_erb = &#39;cd_nrpe/cmd_rule.erb&#39;
$ne_sudo_file = &#39;/etc/sudoers.d/nagios_sudo&#39;
$ne_sudo_rule_erb = &#39;cd_nrpe/sudo_rule.erb&#39;
$ne_nrpe_te_file = &#39;/etc/nrpe/nrpe.te&#39;
$ne_nrpe_te_file = &quot;${ne_main_conf_d_dir}/nrpe.te&quot;
$ne_nrpe_te_erb = &#39;cd_nrpe/nrpe.te.erb&#39;
$ne_nrpe_mod_file = &quot;${ne_main_conf_d_dir}/nrpe.mod&quot;
$ne_checkmodule_nrpe_erb = &#39;cd_nrpe/checkmodule_nrpe.erb&#39;
$ne_nrpe_pp_file = &quot;${ne_main_conf_d_dir}/nrpe.pp&quot;
# includes must be last