diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-25 14:52:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-25 14:52:32 -0300 |
commit | 5b77bf81235498a5f8d24242adf806e1b717e8c0 (patch) | |
tree | 9db428a34b579f182f904ea73a4ff779d59ce745 /manifests/init.pp | |
parent | 1a26489a12943d3e14942f82a4290b9a75e7f65c (diff) | |
parent | 6b660a56a76d9f17137b13979895cf0c460ab6ef (diff) | |
download | puppet-sshd-5b77bf81235498a5f8d24242adf806e1b717e8c0.tar.gz puppet-sshd-5b77bf81235498a5f8d24242adf806e1b717e8c0.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/module_sshd
Diffstat (limited to 'manifests/init.pp')
-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" } } } } |