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

@@ -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'],