]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
adjusted to new usage of booleans
authormh <mh@immerda.ch>
Tue, 9 Dec 2008 23:02:27 +0000 (23:02 +0000)
committerMicah Anderson <micah@riseup.net>
Mon, 7 Dec 2009 21:03:34 +0000 (16:03 -0500)
manifests/init.pp

index 43e007cb6c58f0910eb4e12ffb328d221f44ff50..55703e6ce6e851343780f25ecfc1a8b33f97c94d 100644 (file)
@@ -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" } }
         }
     }