From: mh Date: Fri, 11 Dec 2009 08:45:35 +0000 (+0100) Subject: false != 'false' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1d595dd34ce2d7b1538a62919229830824a2caee;p=puppet-sshd.git false != 'false' --- diff --git a/manifests/init.pp b/manifests/init.pp index 88c48bb..ccfe2c2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -217,7 +217,7 @@ class sshd { 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" } } } }