diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-11-07 20:40:24 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-11-07 20:40:24 +0000 |
commit | ec2501d07c7d3b048ee8b6829ef028fbc13a354f (patch) | |
tree | 916af20f85a8ea7852c5bc0c5a38161a23de46aa | |
parent | 7103d6bfcc92fe2700c3655dd949b782cae9f80f (diff) | |
download | puppet-sshd-ec2501d07c7d3b048ee8b6829ef028fbc13a354f.tar.gz puppet-sshd-ec2501d07c7d3b048ee8b6829ef028fbc13a354f.tar.bz2 |
unified naming
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-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 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" } } } } } |