summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-06 18:38:25 +0000
committermh <mh@immerda.ch>2008-05-06 18:38:25 +0000
commit4cf7a843066e4cd1c99ad149a45eeebd094b6963 (patch)
tree339dd9d1a4da1d48a5a2a8c3101ce09166f2268a /manifests/init.pp
parente83c5afdd92463969fafbb7abb28e5599a4c73de (diff)
extracted selinux stuff, puppet what belongs to the module, into the module, made the rest selinux (and gentoo) aware
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8425891..240ffaf 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,6 +13,10 @@ class apache {
ubuntu: { include apache::ubuntu }
default: { include apache::base }
}
+
+ if $selinux {
+ include apache::selinux
+ }
}
class apache::base {