aboutsummaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 6f48b22..c9193c9 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -27,6 +27,10 @@ class backupninja::client {
'' => true,
default => $keymanage
}
+ $real_ssh_dir_manage = $ssh_dir_manage ? {
+ '' => true,
+ default => $ssh_dir_manage
+ }
package { 'backupninja':
ensure => '0.9.5-3';
}