From d9845bac4605c7916edb8699b4254756de412309 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 29 Dec 2009 17:08:13 -0200 Subject: Changing parameter directory to subfolder --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 74691c6..6ea5991 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,7 +54,7 @@ class backup { type => "remote", host => "$title.$domain", home => "/var/backups/remote/$fqdn", - directory => "/var/backups/remote/$fqdn/rdiff", + subfolder => "rdiff", user => "$hostname", sshoptions => "-p $port", installkey => $installkey, -- cgit v1.2.3