summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 81feee0..a3d8cbb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -23,8 +23,8 @@ class mysql::server {
}
# avoid problem with bootstrapping
- case $mysql_exists {
- 'true': {
+ #case $mysql_exists {
+ # 'true': {
if $selinux {
include mysql::selinux
}
@@ -32,8 +32,8 @@ class mysql::server {
if $use_munin {
include mysql::munin
}
- }
- }
+ # }
+ #}
}
class mysql::server::base {