summaryrefslogtreecommitdiff
path: root/manifests/selinux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/selinux.pp')
-rw-r--r--manifests/selinux.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/selinux.pp b/manifests/selinux.pp
index 030aae7..de76ddd 100644
--- a/manifests/selinux.pp
+++ b/manifests/selinux.pp
@@ -7,13 +7,3 @@ class apache::selinux {
default: { include apache::selinux::base }
}
}
-
-class apache::selinux::base {}
-
-class apache::selinux::gentoo inherits apache::selinux::base {
- package{'selinux-apache':
- ensure => present,
- category => 'sec-policy',
- }
- selinux::loadmodule {"apache": }
-}