aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:11:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:11:31 -0300
commit7a18e2f54b6f15023f7b68a0ab77375232eaf999 (patch)
tree16ac4bd45634c600338393c85a8c94e20870e523
parentda4b84b3b290d36c143edad1820793352f4ea769 (diff)
downloadpuppet-autossh-master.tar.gz
puppet-autossh-master.tar.bz2
Changes for puppet 4 compatibilityHEADmaster
-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}"],
}