This commit is contained in:
mh 2013-01-02 18:54:51 +01:00
parent c1c3b11245
commit 9c455bb3a1

View file

@ -32,6 +32,7 @@ class mysql::server (
if $manage_nagios and $::mysql_exists == 'true' { if $manage_nagios and $::mysql_exists == 'true' {
if $nagios_password_hash == 'absent' { if $nagios_password_hash == 'absent' {
fail("need to set the nagios password hash") fail("need to set the nagios password hash")
}
include mysql::server::nagios include mysql::server::nagios
} }