From 4cf7a843066e4cd1c99ad149a45eeebd094b6963 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 May 2008 18:38:25 +0000 Subject: extracted selinux stuff, puppet what belongs to the module, into the module, made the rest selinux (and gentoo) aware --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/init.pp') 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 { -- cgit v1.2.3