diff options
-rw-r--r-- | manifests/autossh/mail.pp | 2 |
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, } |