aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-29 17:08:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-29 17:08:13 -0200
commitd9845bac4605c7916edb8699b4254756de412309 (patch)
tree62d68a77046b3617aa51d33cd1f7d49f8e18190f /manifests/init.pp
parenta933f2c5ef5f77b081f1e11b1057c7bdc1b34fc8 (diff)
downloadpuppet-backup-d9845bac4605c7916edb8699b4254756de412309.tar.gz
puppet-backup-d9845bac4605c7916edb8699b4254756de412309.tar.bz2
Changing parameter directory to subfolder
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,