recommit for updates in build 11
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/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>
|
||||
|
||||
@@ -280,60 +280,60 @@ class cd_nagios::selinux::config (
|
||||
|
||||
# sealert status.cgi
|
||||
|
||||
exec { 'create_policy_statuscgi':
|
||||
command => template($ng_statcgi_erb),
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
creates => "${ng_user_home}/my-statuscgi.pp",
|
||||
notify => Exec['semodule_statuscgi'],
|
||||
}
|
||||
# exec { 'create_policy_statuscgi':
|
||||
# command => template($ng_statcgi_erb),
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# creates => "${ng_user_home}/my-statuscgi.pp",
|
||||
# notify => Exec['semodule_statuscgi'],
|
||||
# }
|
||||
|
||||
exec { 'semodule_statuscgi':
|
||||
command => 'semodule -i my-statuscgi.pp',
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_statuscgi'],
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
# exec { 'semodule_statuscgi':
|
||||
# command => 'semodule -i my-statuscgi.pp',
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# require => Exec['create_policy_statuscgi'],
|
||||
# refreshonly => true,
|
||||
# notify => Service[$ng_service],
|
||||
# }
|
||||
|
||||
# sealert check_nrpe
|
||||
|
||||
exec { 'create_policy_checknrpe':
|
||||
command => template($ng_checknrpe_erb),
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
creates => "${ng_user_home}/my-checknrpe.pp",
|
||||
notify => Exec['semodule_checknrpe'],
|
||||
}
|
||||
# exec { 'create_policy_checknrpe':
|
||||
# command => template($ng_checknrpe_erb),
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# creates => "${ng_user_home}/my-checknrpe.pp",
|
||||
# notify => Exec['semodule_checknrpe'],
|
||||
# }
|
||||
|
||||
exec { 'semodule_checknrpe':
|
||||
command => 'semodule -i my-checknrpe.pp',
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_checknrpe'],
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
# exec { 'semodule_checknrpe':
|
||||
# command => 'semodule -i my-checknrpe.pp',
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# require => Exec['create_policy_checknrpe'],
|
||||
# refreshonly => true,
|
||||
# notify => Service[$ng_service],
|
||||
# }
|
||||
|
||||
# selart check_nagios
|
||||
|
||||
exec { 'create_policy_checknagios':
|
||||
command => template($ng_checknagios_erb),
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
creates => "${ng_user_home}/my-checknagios.pp",
|
||||
notify => Exec['semodule_checknagios'],
|
||||
}
|
||||
# exec { 'create_policy_checknagios':
|
||||
# command => template($ng_checknagios_erb),
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# creates => "${ng_user_home}/my-checknagios.pp",
|
||||
# notify => Exec['semodule_checknagios'],
|
||||
# }
|
||||
|
||||
exec { 'semodule_checknagios':
|
||||
command => 'semodule -i my-checknagios.pp',
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_checknagios'],
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
# exec { 'semodule_checknagios':
|
||||
# command => 'semodule -i my-checknagios.pp',
|
||||
# path => ['/usr/bin','/usr/sbin'],
|
||||
# cwd => $ng_user_home,
|
||||
# require => Exec['create_policy_checknagios'],
|
||||
# refreshonly => true,
|
||||
# notify => Service[$ng_service],
|
||||
# }
|
||||
|
||||
# sealert status.dat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user