recommit for updates in build 14
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/a2c194d812cad4d">a2c194d812cad4d</a> Jenkins ConfDroid <i>2019-04-23 19:16:13</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 13</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/580770e28443657">580770e28443657</a> Arne Teuke <i>2019-04-23 19:15:30</i>
|
||||||
|
<p>
|
||||||
|
<h3>adds eec to import policy</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/eedfe76954f2c69">eedfe76954f2c69</a> Jenkins ConfDroid <i>2019-04-23 19:09:49</i>
|
<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>
|
<p>
|
||||||
<h3>recommit for updates in build 12</h3>
|
<h3>recommit for updates in build 12</h3>
|
||||||
|
|||||||
@@ -139,7 +139,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
40
|
40
|
||||||
41
|
41
|
||||||
42
|
42
|
||||||
43</pre>
|
43
|
||||||
|
44
|
||||||
|
45</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>
|
||||||
@@ -155,14 +157,16 @@ class cd_nrpe::main::exec (
|
|||||||
command => template($ne_checkmodule_nrpe_erb),
|
command => template($ne_checkmodule_nrpe_erb),
|
||||||
user => 'root',
|
user => 'root',
|
||||||
creates => $ne_nrpe_pp_file,
|
creates => $ne_nrpe_pp_file,
|
||||||
|
refreshonly => true,
|
||||||
|
notify => Exec['import_semodule_nrpe'],
|
||||||
}
|
}
|
||||||
|
|
||||||
# import semodule
|
# import semodule
|
||||||
exec { 'import_semodule_nrpe':
|
exec { 'import_semodule_nrpe':
|
||||||
command => template($ne_semodule_erb),
|
command => template($ne_semodule_erb),
|
||||||
user => 'root',
|
user => 'root',
|
||||||
require => Exec['create_nrpe_pp'],
|
|
||||||
unless => '/sbin/semodule -l | grep nrpe | grep -v nrpe_',
|
unless => '/sbin/semodule -l | grep nrpe | grep -v nrpe_',
|
||||||
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -186,7 +186,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
87
|
87
|
||||||
88
|
88
|
||||||
89
|
89
|
||||||
90</pre>
|
90
|
||||||
|
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>
|
||||||
@@ -256,6 +257,7 @@ class cd_nrpe::main::files (
|
|||||||
seltype => nrpe_etc_t,
|
seltype => nrpe_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($ne_nrpe_te_erb),
|
content => template($ne_nrpe_te_erb),
|
||||||
|
notify => Exec['create_nrpe_pp'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user