diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 12:13:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 12:13:09 -0300 |
commit | b22c7c3052873003f33a14508c06ee00f431b7f2 (patch) | |
tree | d8990eaf37a244dc99427fa9075b2cc7183bef0b | |
parent | 5f629355ff36b73968960ec7a98b718d9390c5f9 (diff) | |
download | puppet-tunnel-b22c7c3052873003f33a14508c06ee00f431b7f2.tar.gz puppet-tunnel-b22c7c3052873003f33a14508c06ee00f431b7f2.tar.bz2 |
Minor change
-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, } |