summaryrefslogtreecommitdiff
path: root/manifests/selinux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 22:21:05 +0200
committermh <mh@immerda.ch>2009-09-28 22:21:05 +0200
commitbd6584180dc9f3cbc03da5f36076a05bdafed6cf (patch)
treeb65fcd96f80111b1f6065e0f07950048979f00fb /manifests/selinux.pp
parentec020a14e581dc7514d95963e13033c9dbb60b41 (diff)
remove selinux stuff as we'll do it different
Diffstat (limited to 'manifests/selinux.pp')
-rw-r--r--manifests/selinux.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/selinux.pp b/manifests/selinux.pp
deleted file mode 100644
index de76ddd..0000000
--- a/manifests/selinux.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-# manifests/selinux.pp
-# manage selinux specific stuff
-
-class apache::selinux {
- case $operatingsystem {
- gentoo: { include apache::selinux::gentoo }
- default: { include apache::selinux::base }
- }
-}