diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:11:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:11:31 -0300 |
commit | 7a18e2f54b6f15023f7b68a0ab77375232eaf999 (patch) | |
tree | 16ac4bd45634c600338393c85a8c94e20870e523 | |
parent | da4b84b3b290d36c143edad1820793352f4ea769 (diff) | |
download | puppet-autossh-master.tar.gz puppet-autossh-master.tar.bz2 |
-rw-r--r-- | manifests/tunnel.pp | 2 |
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}"], } |