aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index effbe78..c5d2dc3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -107,7 +107,7 @@ class backup {
}
define rsync($port = '22', $ensure = present, $installkey = true, $bandwidthlimit = false) {
- backupninja::rdiff { "rdiff-$title.$domain":
+ backupninja::rsync { "rsync-$title.$domain":
# [general]
ensure => $ensure,
user => "$hostname",