From 1d595dd34ce2d7b1538a62919229830824a2caee Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 11 Dec 2009 09:45:35 +0100 Subject: false != 'false' --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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" } } } } -- cgit v1.2.3