fix typo
This commit is contained in:
parent
c1c3b11245
commit
9c455bb3a1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue