aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-29 15:24:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-29 15:24:44 -0300
commit9798238ed073e6f69e6b0b6c433457da21d0d7c3 (patch)
tree54304bc3e7aa795c1ec0c66eab4d57fc54e6178f /manifests/nodo.pp
parent17a0a0c7d0ca80736e3d460fb2b90f10c7770f97 (diff)
downloadpuppet-nodo-9798238ed073e6f69e6b0b6c433457da21d0d7c3.tar.gz
puppet-nodo-9798238ed073e6f69e6b0b6c433457da21d0d7c3.tar.bz2
Minor fix on tunnel (3)
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp2
1 files changed, 1 insertions, 1 deletions
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': { }