summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-02 20:06:18 +0000
committermh <mh@immerda.ch>2008-07-02 20:06:18 +0000
commit8e71241b85ed1e8185a67570087a7da0ba4fb93b (patch)
tree368fd6e8d31691d288d8b4f21c0a918a47af30c4 /manifests/init.pp
parent15a84a819934f64d0550f24f4c06b3d3cb62d33f (diff)
removing chicken/egg test, to test if it still fails
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 {