aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-04-22 12:08:56 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-04-22 12:08:56 -0400
commitf234030025d20c80060308bd7ce5753dfcbac4e2 (patch)
treeec44c356bf0c9e28e165f5da29de63b2e6e98f7b /manifests
parenta52fa9dc3db79627e1654766a752db5c62ccf499 (diff)
downloadpuppet-backupninja-f234030025d20c80060308bd7ce5753dfcbac4e2.tar.gz
puppet-backupninja-f234030025d20c80060308bd7ce5753dfcbac4e2.tar.bz2
complete multi-backup support by using the name in the subdirectory
Diffstat (limited to 'manifests')
-rw-r--r--manifests/rdiff.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 6c692c7..999eb5d 100644
--- a/manifests/rdiff.pp
+++ b/manifests/rdiff.pp
@@ -30,7 +30,7 @@ define backupninja::rdiff(
{
include backupninja::client::rdiff_backup
- $directory = "$home/rdiff-backup/"
+ $directory = "$home/$name/"
case $type {
'remote': {