updates mode
This commit is contained in:
@@ -47,7 +47,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'],
|
||||
@@ -122,7 +122,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