summaryrefslogtreecommitdiff
path: root/manifests/autossh/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/autossh/mail.pp')
-rw-r--r--manifests/autossh/mail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/autossh/mail.pp b/manifests/autossh/mail.pp
index 277beac..2875025 100644
--- a/manifests/autossh/mail.pp
+++ b/manifests/autossh/mail.pp
@@ -1,4 +1,4 @@
-define tunnel::autossh::mail ($sshport = '22') {
+define tunnel::autossh::mail($sshport = '22') {
package { "nullmailer":
ensure => installed,
}