summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-11-07 20:40:24 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-11-07 20:40:24 +0000
commitec2501d07c7d3b048ee8b6829ef028fbc13a354f (patch)
tree916af20f85a8ea7852c5bc0c5a38161a23de46aa /manifests
parent7103d6bfcc92fe2700c3655dd949b782cae9f80f (diff)
unified naming
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 c7f6bff..43e007c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -231,7 +231,7 @@ class sshd::base {
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_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } }
}
}
}