summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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 {