summaryrefslogtreecommitdiff
path: root/manifests/rsync.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/rsync.pp
parent87ddb3e4260b47f0fc99f84d1818145af5be3e36 (diff)
Rename backupninja::client class to backupninja
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r--manifests/rsync.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/rsync.pp b/manifests/rsync.pp
index 0f730a0..160fad7 100644
--- a/manifests/rsync.pp
+++ b/manifests/rsync.pp
@@ -31,7 +31,7 @@ define backupninja::rsync(
$rm = false, $cp = false, $touch = false, $mv = false, $fsck = false)
{
# install client dependencies
- ensure_resource('package', 'rsync', {'ensure' => $backupninja::client::ensure_rsync_version})
+ ensure_resource('package', 'rsync', {'ensure' => $backupninja::ensure_rsync_version})
# Right now just local origin with remote destination is supported.
$from = 'local'
@@ -68,7 +68,7 @@ define backupninja::rsync(
nagios_description => $nagios_description
}
- backupninja::client::key { "${user}-${name}":
+ backupninja::key { "${user}-${name}":
user => $user,
host => $host,
installkey => $installkey,