From: intrigeri Date: Sat, 16 Oct 2010 19:55:44 +0000 (+0200) Subject: bugfix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5fb8eb969bc4edb2524ff868a2b7a9bf5259c247;p=puppet-sshd.git bugfix --- diff --git a/manifests/init.pp b/manifests/init.pp index 33c40e9..64d1be4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -238,7 +238,7 @@ class sshd { } case $nagios_check_ssh { false: { info("We don't do nagioschecks for ssh on ${fqdn}" ) } - default: { sshd::nagios($sshd_ports:) } + default: { sshd::nagios{$sshd_ports:} } } }