summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-12 19:50:57 +0000
committermh <mh@immerda.ch>2008-05-12 19:50:57 +0000
commit7aeeced0339255f5cdc614dd631582d1064a4a8a (patch)
tree0d04612e8b271ed6cc9d4b3d79e044e46318f3af /manifests/init.pp
parent9ba9370bf81ab3bb3599e3ec5bc4b5f4388759d5 (diff)
added selinux stuff
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 796a2d9..d21176a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,6 +8,10 @@ class mysql::server {
gentoo: { include mysql::server::gentoo }
default: { include mysql::server::base }
}
+
+ if $selinux {
+ include mysql::selinux
+ }
}
class mysql::server::base {