aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-08-28 18:27:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-08-28 18:27:47 -0300
commitc823b2865bfc5ce19e91afda2572e1f66d5613e3 (patch)
tree0cb4d4c50f093b61c8a2f7aa6dbdd2ab32d803f6
parent7e26b6e6ef286313cc79563a5da6333433da4204 (diff)
downloadpuppet-backupninja-c823b2865bfc5ce19e91afda2572e1f66d5613e3.tar.gz
puppet-backupninja-c823b2865bfc5ce19e91afda2572e1f66d5613e3.tar.bz2
Adding keytype at backupninja::client::key
-rw-r--r--manifests/rdiff.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 9f81d8f..f810357 100644
--- a/manifests/rdiff.pp
+++ b/manifests/rdiff.pp
@@ -51,7 +51,8 @@ define backupninja::rdiff(
backupninja::client::key
{
"${user}-${name}": user => $user, host => $host,
- installkey => $installkey
+ installkey => $installkey,
+ keytype => $backupkeytype,
}
}
}