aboutsummaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-04-17 14:46:49 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-04-17 17:12:16 -0400
commitd18c3e038a1018a86b6cd94b7076cd8bc7163271 (patch)
treebf89a9719992b1536a75a22399291d0b0802a928 /manifests/duplicity.pp
parent87ddb3e4260b47f0fc99f84d1818145af5be3e36 (diff)
downloadpuppet-backupninja-d18c3e038a1018a86b6cd94b7076cd8bc7163271.tar.gz
puppet-backupninja-d18c3e038a1018a86b6cd94b7076cd8bc7163271.tar.bz2
Rename backupninja::client class to backupninja
Diffstat (limited to 'manifests/duplicity.pp')
-rw-r--r--manifests/duplicity.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp
index 8c48793..058945d 100644
--- a/manifests/duplicity.pp
+++ b/manifests/duplicity.pp
@@ -97,7 +97,7 @@ define backupninja::duplicity( $order = 90,
$installkey = true ) {
# install client dependencies
- ensure_resource('package', 'duplicity', {'ensure' => $backupninja::client::ensure_duplicity_version})
+ ensure_resource('package', 'duplicity', {'ensure' => $backupninja::ensure_duplicity_version})
case $desthost { false: { err("need to define a destination host for remote backups!") } }
case $destdir { false: { err("need to define a destination directory for remote backups!") } }
@@ -118,7 +118,7 @@ define backupninja::duplicity( $order = 90,
}
# the client's ssh key
- backupninja::client::key { "${destuser}-${name}":
+ backupninja::key { "${destuser}-${name}":
user => $destuser,
host => $desthost,
createkey => $createkey,