diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:24:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:24:59 -0300 |
commit | 1a57f3e2805c921026a4d2f9b4022046afee1d2b (patch) | |
tree | f3098239f168b08db06e35b5fac22c7b6381ed08 /manifests | |
parent | 1aef55349b180e74eceaa43b4a121a775138e01b (diff) | |
download | puppet-backup-1a57f3e2805c921026a4d2f9b4022046afee1d2b.tar.gz puppet-backup-1a57f3e2805c921026a4d2f9b4022046afee1d2b.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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", |