summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-11 09:45:35 +0100
committermh <mh@immerda.ch>2009-12-11 09:45:35 +0100
commit1d595dd34ce2d7b1538a62919229830824a2caee (patch)
treea880e41310a784d42c4afd8f1dd0a9273ac7438d /manifests
parentcaccb4deb508b91f1599e9f57e7792337f582e18 (diff)
false != 'false'
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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" } }
}
}