recommit for updates in build 12

This commit is contained in:
2018-04-29 13:34:39 +02:00
parent b56626cd65
commit 6baa1f4db0
2 changed files with 12 additions and 2 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/58693f537bd2a37">58693f537bd2a37</a> Jenkins ConfDroid <i>2018-04-29 11:23:03</i>
<p>
<h3>recommit for updates in build 11</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/db5434475f55341">db5434475f55341</a> Arne Teuke <i>2018-04-29 11:22:56</i>
<p>
<h3>removes selinux checks</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/a4239d9f85f5910">a4239d9f85f5910</a> Jenkins ConfDroid <i>2018-04-29 10:47:18</i>
<p>
<h3>recommit for updates in build 10</h3>

View File

@@ -271,7 +271,7 @@ class cd_nagios::selinux::config (
}
exec { &#39;semodule_taccgi&#39;:
command =&gt; &#39;semodule -i my-taccgi.pp&#39;,
command =&gt; &quot;semodule -i ${ng_user_home}/my-taccgi.pp&quot;,
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
require =&gt; Exec[&#39;create_policy_taccgi&#39;],
@@ -346,7 +346,7 @@ class cd_nagios::selinux::config (
}
exec { &#39;semodule_statusdat&#39;:
command =&gt; &#39;semodule -i my-httpd.pp&#39;,
command =&gt; &quot;semodule -i ${ng_user_home}/my-httpd.pp&quot;,
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
require =&gt; Exec[&#39;create_policy_statusdat&#39;],