recommit for updates in build 12
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/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>
|
||||
|
||||
@@ -271,7 +271,7 @@ class cd_nagios::selinux::config (
|
||||
}
|
||||
|
||||
exec { 'semodule_taccgi':
|
||||
command => 'semodule -i my-taccgi.pp',
|
||||
command => "semodule -i ${ng_user_home}/my-taccgi.pp",
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_taccgi'],
|
||||
@@ -346,7 +346,7 @@ class cd_nagios::selinux::config (
|
||||
}
|
||||
|
||||
exec { 'semodule_statusdat':
|
||||
command => 'semodule -i my-httpd.pp',
|
||||
command => "semodule -i ${ng_user_home}/my-httpd.pp",
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_statusdat'],
|
||||
|
||||
Reference in New Issue
Block a user