]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Changing parameter directory to subfolder
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 19:08:13 +0000 (17:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 19:08:13 +0000 (17:08 -0200)
manifests/init.pp

index 74691c6af1acade75fb8ff3d97e2e8023ec022e6..6ea5991d366e41212833e1701fa7220b07a1a834 100644 (file)
@@ -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,