From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:11:31 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=inline;p=puppet-autossh.git Changes for puppet 4 compatibility --- 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}"], }