recommit for updates in build 11

This commit is contained in:
2018-04-29 13:23:03 +02:00
parent e6d2cb805d
commit 58693f537b
2 changed files with 55 additions and 45 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/a4239d9f85f5910">a4239d9f85f5910</a> Jenkins ConfDroid <i>2018-04-29 10:47:18</i>
<p>
<h3>recommit for updates in build 10</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6ad6c91488ff5db">6ad6c91488ff5db</a> Arne Teuke <i>2018-04-29 10:47:09</i>
<p>
<h3>removes the wrong resource file</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/1bd25a5521497ad">1bd25a5521497ad</a> Jenkins ConfDroid <i>2018-04-29 10:37:43</i>
<p>
<h3>recommit for updates in build 9</h3>

View File

@@ -280,60 +280,60 @@ class cd_nagios::selinux::config (
# sealert status.cgi
exec { &#39;create_policy_statuscgi&#39;:
command =&gt; template($ng_statcgi_erb),
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
creates =&gt; &quot;${ng_user_home}/my-statuscgi.pp&quot;,
notify =&gt; Exec[&#39;semodule_statuscgi&#39;],
}
# exec { &#39;create_policy_statuscgi&#39;:
# command =&gt; template($ng_statcgi_erb),
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# creates =&gt; &quot;${ng_user_home}/my-statuscgi.pp&quot;,
# notify =&gt; Exec[&#39;semodule_statuscgi&#39;],
# }
exec { &#39;semodule_statuscgi&#39;:
command =&gt; &#39;semodule -i my-statuscgi.pp&#39;,
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
require =&gt; Exec[&#39;create_policy_statuscgi&#39;],
refreshonly =&gt; true,
notify =&gt; Service[$ng_service],
}
# exec { &#39;semodule_statuscgi&#39;:
# command =&gt; &#39;semodule -i my-statuscgi.pp&#39;,
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# require =&gt; Exec[&#39;create_policy_statuscgi&#39;],
# refreshonly =&gt; true,
# notify =&gt; Service[$ng_service],
# }
# sealert check_nrpe
exec { &#39;create_policy_checknrpe&#39;:
command =&gt; template($ng_checknrpe_erb),
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
creates =&gt; &quot;${ng_user_home}/my-checknrpe.pp&quot;,
notify =&gt; Exec[&#39;semodule_checknrpe&#39;],
}
# exec { &#39;create_policy_checknrpe&#39;:
# command =&gt; template($ng_checknrpe_erb),
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# creates =&gt; &quot;${ng_user_home}/my-checknrpe.pp&quot;,
# notify =&gt; Exec[&#39;semodule_checknrpe&#39;],
# }
exec { &#39;semodule_checknrpe&#39;:
command =&gt; &#39;semodule -i my-checknrpe.pp&#39;,
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
require =&gt; Exec[&#39;create_policy_checknrpe&#39;],
refreshonly =&gt; true,
notify =&gt; Service[$ng_service],
}
# exec { &#39;semodule_checknrpe&#39;:
# command =&gt; &#39;semodule -i my-checknrpe.pp&#39;,
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# require =&gt; Exec[&#39;create_policy_checknrpe&#39;],
# refreshonly =&gt; true,
# notify =&gt; Service[$ng_service],
# }
# selart check_nagios
exec { &#39;create_policy_checknagios&#39;:
command =&gt; template($ng_checknagios_erb),
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
creates =&gt; &quot;${ng_user_home}/my-checknagios.pp&quot;,
notify =&gt; Exec[&#39;semodule_checknagios&#39;],
}
# exec { &#39;create_policy_checknagios&#39;:
# command =&gt; template($ng_checknagios_erb),
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# creates =&gt; &quot;${ng_user_home}/my-checknagios.pp&quot;,
# notify =&gt; Exec[&#39;semodule_checknagios&#39;],
# }
exec { &#39;semodule_checknagios&#39;:
command =&gt; &#39;semodule -i my-checknagios.pp&#39;,
path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
cwd =&gt; $ng_user_home,
require =&gt; Exec[&#39;create_policy_checknagios&#39;],
refreshonly =&gt; true,
notify =&gt; Service[$ng_service],
}
# exec { &#39;semodule_checknagios&#39;:
# command =&gt; &#39;semodule -i my-checknagios.pp&#39;,
# path =&gt; [&#39;/usr/bin&#39;,&#39;/usr/sbin&#39;],
# cwd =&gt; $ng_user_home,
# require =&gt; Exec[&#39;create_policy_checknagios&#39;],
# refreshonly =&gt; true,
# notify =&gt; Service[$ng_service],
# }
# sealert status.dat