recommit for updates in build 12

This commit is contained in:
Jenkins ConfDroid
2019-04-23 21:09:49 +02:00
parent f5db129dcd
commit eedfe76954
4 changed files with 32 additions and 3 deletions

View File

@@ -129,7 +129,15 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
30
31
32
33</pre>
33
34
35
36
37
38
39
40
41</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
@@ -144,6 +152,14 @@ class cd_nrpe::main::exec (
user =&gt; &#39;root&#39;,
creates =&gt; $ne_nrpe_pp_file,
}
# import semodule
exec { &#39;import_semodule_nrpe&#39;:
command =&gt; template($ne_semodule_erb),
user =&gt; &#39;root&#39;,
require =&gt; Exec[&#39;create_nrpe_pp&#39;],
unless =&gt; &#39;/sbin/semodule -l | grep nrpe | grep -v nrpe_&#39;,
}
}</pre>
</td>
</tr>

View File

@@ -931,7 +931,8 @@ needed.</p>
186
187
188
189</pre>
189
190</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
@@ -1019,6 +1020,7 @@ $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;
$ne_semodule_erb = &#39;cd_nrpe/semodule_nrpe.erb&#39;
# includes must be last