From b22c7c3052873003f33a14508c06ee00f431b7f2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Apr 2013 12:13:09 -0300 Subject: Minor change --- manifests/autossh/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3