From 9e36776ee64f35278a593cddf5e5d6880f3e7434 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 9 Dec 2008 23:02:27 +0000 Subject: adjusted to new usage of booleans --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } } } -- cgit v1.2.3