summaryrefslogtreecommitdiff
path: root/manifests/server.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/server.pp')
-rw-r--r--manifests/server.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index 4b5d28e..a03dd7b 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -19,7 +19,7 @@ class mysql::server (
default: { include mysql::server::base }
}
- if $manage_munin and $::mysql_exists == true {
+ if $manage_munin and $::mysql_exists == 'true' {
if $munin_password == 'absent' {
fail('need to set the munin password')
}
@@ -29,7 +29,7 @@ class mysql::server (
}
}
- if $manage_nagios and $::mysql_exists == true {
+ if $manage_nagios and $::mysql_exists == 'true' {
if $nagios_password_hash == 'absent' {
fail('need to set the nagios password hash')
}