From 9798238ed073e6f69e6b0b6c433457da21d0d7c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 15:24:44 -0300 Subject: Minor fix on tunnel (3) --- manifests/nodo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': { } -- cgit v1.2.3