diff --git a/selinux/manifests/init.pp b/selinux/manifests/init.pp index 64f1801..7133d44 100644 --- a/selinux/manifests/init.pp +++ b/selinux/manifests/init.pp @@ -33,7 +33,7 @@ class selinux { mode => "0644", owner => "root", group => "root", - require => Package["selinux-policy-targeted"], + require => Package["selinux-policy"], notify => Exec["set-selinux-mode"], }