aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-08-26 21:08:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-08-26 21:08:48 -0300
commit3c0208869854d71fde284e3c2d6515a6a3d037df (patch)
tree9e268358eaf3b2317f3ba42d16948eb674af3a9a /manifests/init.pp
parent7b3998d918b08f52db36b3842c1fe28393f41e93 (diff)
downloadpuppet-backup-3c0208869854d71fde284e3c2d6515a6a3d037df.tar.gz
puppet-backup-3c0208869854d71fde284e3c2d6515a6a3d037df.tar.bz2
Adding home option at backup::rdiff
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2f6e2b6..30a28ad 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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",