diff --git a/manifests/selinux/config.pp b/manifests/selinux/config.pp index 0476c27..4d0fc45 100644 --- a/manifests/selinux/config.pp +++ b/manifests/selinux/config.pp @@ -122,7 +122,7 @@ class cd_nagios::selinux::config ( } exec { 'semodule_statusdat': - command => 'semodule -i my-http.pp', + command => 'semodule -i my-httpd.pp', path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, require => Exec['create_policy_statusdat'],