diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-28 11:18:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-28 11:18:54 -0200 |
commit | 1e932ca9279a83721093f52593aa0af22aa72880 (patch) | |
tree | 2f173db08d6bcebec90a88f5a3b901ebffe1306c /manifests | |
parent | 83cc6e3ded79059c7abc3bea0f951df0c649ecb6 (diff) | |
parent | 739c9d8e0e915e1e99318a15ce5180d365828d49 (diff) | |
download | puppet-sshd-1e932ca9279a83721093f52593aa0af22aa72880.tar.gz puppet-sshd-1e932ca9279a83721093f52593aa0af22aa72880.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/module_sshd
Diffstat (limited to 'manifests')
-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 4bfeb3b..f20c0d2 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_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } + default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } } } |