diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 15:18:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 15:18:17 -0300 |
commit | 17a0a0c7d0ca80736e3d460fb2b90f10c7770f97 (patch) | |
tree | 0cb2366e561d7164081b9b2f73ad2fc24b09efd5 /manifests/subsystems | |
parent | d17678569659d93fa763e6e6f1bef89e8d090670 (diff) | |
download | puppet-nodo-17a0a0c7d0ca80736e3d460fb2b90f10c7770f97.tar.gz puppet-nodo-17a0a0c7d0ca80736e3d460fb2b90f10c7770f97.tar.bz2 |
Minor fix on tunnel (2)
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/tunnel.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |