]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
false != 'false'
authormh <mh@immerda.ch>
Fri, 11 Dec 2009 08:45:35 +0000 (09:45 +0100)
committermh <mh@immerda.ch>
Fri, 11 Dec 2009 08:45:35 +0000 (09:45 +0100)
manifests/init.pp

index 88c48bb87a6c7f215233d735edb5c43871551802..ccfe2c2541003c96f945c274b2b4639743aa98c5 100644 (file)
@@ -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" } }
     }
   }