summaryrefslogtreecommitdiff
path: root/manifests/nagios.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nagios.pp')
-rw-r--r--manifests/nagios.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nagios.pp b/manifests/nagios.pp
index 7742cdb..ef5fe10 100644
--- a/manifests/nagios.pp
+++ b/manifests/nagios.pp
@@ -11,7 +11,7 @@ define sshd::nagios(
'absent': {
nagios::service{"ssh_port_${name}":
ensure => $ensure,
- check_command => "check_ssh_port!$real_port"
+ check_command => "check_ssh_port!${real_port}"
}
}
default: {