]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix on tunnel (3)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 18:24:44 +0000 (15:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 18:24:44 +0000 (15:24 -0300)
manifests/nodo.pp

index 448a4e7dd100c198cd737ffba4caa2f5d2e0e55b..a36776517148ffd3e7d1b137df6d53d9671c6916 100644 (file)
@@ -34,7 +34,7 @@ class nodo {
     'tunnel': {              
       include exim::disabled
       tunnel::mail { "$mail_hostname":
-        sshport   => '$mail_ssh_port',
+        sshport   => "$mail_ssh_port",
       }
     }
     'postfix': { }