summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 18:54:51 +0100
committermh <mh@immerda.ch>2013-01-02 18:54:51 +0100
commit9c455bb3a1f2159da8d5f8d5e23d7c16e053ff18 (patch)
tree43aca5ccda6d360ec071548bc18239d32ed85265
parentc1c3b112459f995afdaae9cc9aa415ea68788596 (diff)
fix typo
-rw-r--r--manifests/server.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index f802935..83ef7e2 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -32,6 +32,7 @@ class mysql::server (
if $manage_nagios and $::mysql_exists == 'true' {
if $nagios_password_hash == 'absent' {
fail("need to set the nagios password hash")
+ }
include mysql::server::nagios
}