summaryrefslogtreecommitdiff
path: root/manifests/selinux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/selinux.pp')
-rw-r--r--manifests/selinux.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/selinux.pp b/manifests/selinux.pp
index aec1774..7518bfa 100644
--- a/manifests/selinux.pp
+++ b/manifests/selinux.pp
@@ -11,6 +11,9 @@ class apache::selinux {
class apache::selinux::base {}
class apache::selinux::gentoo inherits apache::selinux::base {
+ package{'selinux-apache':
+ ensure => present,
+ category => 'sec-policy',
+ }
selinux::loadmodule {"apache": location => "/usr/share/selinux/${selinux_mode}/apache.pp" }
- gentoo::installselinuxpackage { "selinux-apache": }
}