diff --git a/manifests/selinux/config.pp b/manifests/selinux/config.pp index eb9d4ad..9f2ae2e 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -50,7 +50,7 @@ class cd_nagios::selinux::config ( exec { 'semodule_taccgi': command => "semodule -i ${ng_user_home}/my-taccgi.pp", path => ['/usr/bin','/usr/sbin'], - + user => $ng_user, cwd => $ng_user_home, require => Exec['create_policy_taccgi'], refreshonly => true,