From: Silvio Rhatto Date: Sat, 29 May 2010 18:18:17 +0000 (-0300) Subject: Minor fix on tunnel (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=17a0a0c7d0ca80736e3d460fb2b90f10c7770f97;p=puppet-nodo.git Minor fix on tunnel (2) --- diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 4bd749a..cdf62e0 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -28,8 +28,8 @@ class tunnel { } } - if !defined(File["$sshdir"]) { - @@file { "$sshdir": + if !defined(File["$ssh_dir"]) { + @@file { "$ssh_dir": ensure => directory, mode => 0700, owner => $user,