summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-27 16:27:20 -0500
committerMicah Anderson <micah@riseup.net>2009-12-27 16:27:20 -0500
commit739c9d8e0e915e1e99318a15ce5180d365828d49 (patch)
treeaecb1cd8487332e695b6f56ff8b238d38c8a586e /manifests
parentea1a34bd79bbd3e7842c2ea9e66fbd86d43016b4 (diff)
parent3c21e594e653c890f65b7749972a28d0be6981c0 (diff)
Merge remote branch 'lavamind/master'
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 ead475d..04769e9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -226,7 +226,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" } }
}
}