]> gitweb.fluxo.info Git - puppet-autossh.git/commitdiff
Changes for puppet 4 compatibility master
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:11:31 +0000 (19:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:11:31 +0000 (19:11 -0300)
manifests/tunnel.pp

index bbf86e901dc04eb41ba13c7c5ca7cc25e5a24a79..d28aa2bbf552593ad54d4579696c0eb1c4338d3a 100644 (file)
@@ -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}"],
     }