aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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': { }