summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:13:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:13:09 -0300
commitb22c7c3052873003f33a14508c06ee00f431b7f2 (patch)
treed8990eaf37a244dc99427fa9075b2cc7183bef0b
parent5f629355ff36b73968960ec7a98b718d9390c5f9 (diff)
downloadpuppet-tunnel-b22c7c3052873003f33a14508c06ee00f431b7f2.tar.gz
puppet-tunnel-b22c7c3052873003f33a14508c06ee00f431b7f2.tar.bz2
Minor change
-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,
}