From: Silvio Rhatto Date: Tue, 29 Dec 2009 19:08:13 +0000 (-0200) Subject: Changing parameter directory to subfolder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d9845bac4605c7916edb8699b4254756de412309;p=puppet-backup.git Changing parameter directory to subfolder --- 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,