From 7a18e2f54b6f15023f7b68a0ab77375232eaf999 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:11:31 -0300 Subject: Changes for puppet 4 compatibility --- manifests/tunnel.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"], } -- cgit v1.2.3