aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-25 14:52:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-02-25 14:52:32 -0300
commit5b77bf81235498a5f8d24242adf806e1b717e8c0 (patch)
tree9db428a34b579f182f904ea73a4ff779d59ce745 /manifests/init.pp
parent1a26489a12943d3e14942f82a4290b9a75e7f65c (diff)
parent6b660a56a76d9f17137b13979895cf0c460ab6ef (diff)
downloadpuppet-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.pp2
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" } }
}
}