From: Silvio Rhatto Date: Sat, 29 May 2010 18:24:44 +0000 (-0300) Subject: Minor fix on tunnel (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9798238ed073e6f69e6b0b6c433457da21d0d7c3;p=puppet-nodo.git Minor fix on tunnel (3) --- diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 448a4e7..a367765 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -34,7 +34,7 @@ class nodo { 'tunnel': { include exim::disabled tunnel::mail { "$mail_hostname": - sshport => '$mail_ssh_port', + sshport => "$mail_ssh_port", } } 'postfix': { }