aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystems/tunnel.pp4
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,