diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 17:08:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 17:08:13 -0200 |
commit | d9845bac4605c7916edb8699b4254756de412309 (patch) | |
tree | 62d68a77046b3617aa51d33cd1f7d49f8e18190f /manifests | |
parent | a933f2c5ef5f77b081f1e11b1057c7bdc1b34fc8 (diff) | |
download | puppet-backup-d9845bac4605c7916edb8699b4254756de412309.tar.gz puppet-backup-d9845bac4605c7916edb8699b4254756de412309.tar.bz2 |
Changing parameter directory to subfolder
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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, |