diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 43e007c..55703e6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -230,7 +230,7 @@ class sshd::base { } if $use_nagios { case $nagios_check_ssh { - 'false': { info("We don't do nagioschecks for ssh on ${fqdn}" ) } + false: { info("We don't do nagioschecks for ssh on ${fqdn}" ) } default: { nagios::service{ "ssh_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } } } |