]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Adding home option at backup::rdiff
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2009 00:08:48 +0000 (21:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2009 00:08:48 +0000 (21:08 -0300)
README
manifests/init.pp

diff --git a/README b/README
index 5f481cb270a243b54d0c7d83e9cb8cb427ebd08b..1c2fbf70a01478a2d632774d3058f37a45c3ad64 100644 (file)
--- a/README
+++ b/README
@@ -31,4 +31,5 @@ We choose this two stage approach as the experience showed that it's more
 reliable and fast than to let duplicity do all the job.
 
 Note that this is a simple module that don't manages backup users or keys by
-itself: you should do that manually or use another puppet module.
+itself: you should do that manually or use another puppet module such as
+backupninja::server.
index 2f6e2b67d79f7066c8cb3f5611ac02a8b2a2199e..30a28ad72a649759a52eb83e3e509175531c1a7f 100644 (file)
@@ -50,6 +50,7 @@ class backup {
       # [dest]
       type       => "remote",
       host       => "$title.$domain",
+      home       => "/var/backups/remote/$fqdn",
       directory  => "/var/backups/remote/$fqdn/rdiff",
       user       => "$hostname",
       sshoptions => "-p $port",