summaryrefslogtreecommitdiff
path: root/manifests/init.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/init.pp
parentec020a14e581dc7514d95963e13033c9dbb60b41 (diff)
remove selinux stuff as we'll do it different
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ef7867f..992469f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -27,9 +27,6 @@ class apache {
openbsd: { include apache::openbsd }
default: { include apache::base }
}
- if $selinux {
-# include apache::selinux
- }
if $use_munin {
include apache::status
}