aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/tunnel.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tunnel.pp b/manifests/tunnel.pp
index bbf86e9..d28aa2b 100644
--- a/manifests/tunnel.pp
+++ b/manifests/tunnel.pp
@@ -41,7 +41,7 @@ define autossh::tunnel (
content => template("autossh/autossh-tunnel.erb"),
owner => root,
group => root,
- mode => 755,
+ mode => '755',
require => Package["autossh"],
notify => Service["autossh-tunnel-${name}"],
}