summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-11 14:13:03 +0000
committermh <mh@immerda.ch>2008-07-11 14:13:03 +0000
commit3a8613ab9d7235109eda1a3d41e249fd2159a29a (patch)
treed32accbd3a5934ce8d58b2d0d6e2e1d1af12f5af /manifests/init.pp
parent8e71241b85ed1e8185a67570087a7da0ba4fb93b (diff)
merged with puzzle
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp19
1 files changed, 7 insertions, 12 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a3d8cbb..7c6ca71 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,18 +22,13 @@ class mysql::server {
default: { include mysql::server::base }
}
- # avoid problem with bootstrapping
- #case $mysql_exists {
- # 'true': {
- if $selinux {
- include mysql::selinux
- }
-
- if $use_munin {
- include mysql::munin
- }
- # }
- #}
+ if $selinux {
+ include mysql::selinux
+ }
+
+ if $use_munin {
+ include mysql::munin
+ }
}
class mysql::server::base {