diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
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", |