diff options
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 72f4f4e..c0a8cd5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -232,7 +232,7 @@ class sshd {    if $use_nagios {      case $nagios_check_ssh {        false: { info("We don't do nagioschecks for ssh on ${fqdn}" ) } -      default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } +      default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "check_ssh_port!$sshd_port" } }      }    }  | 
