diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-09-16 21:25:43 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-09-16 21:25:43 +0000 |
commit | 48b3fb377be4717dbf8750ca6262b3166bcb3530 (patch) | |
tree | 1ce4cc656864f893805c24c1193cf3244aea7cbc /modules/rsnapshot | |
parent | f41f7632e970ad9da970ff14697d5de8aee17696 (diff) | |
download | puppet-48b3fb377be4717dbf8750ca6262b3166bcb3530.tar puppet-48b3fb377be4717dbf8750ca6262b3166bcb3530.tar.gz puppet-48b3fb377be4717dbf8750ca6262b3166bcb3530.tar.bz2 puppet-48b3fb377be4717dbf8750ca6262b3166bcb3530.tar.xz puppet-48b3fb377be4717dbf8750ca6262b3166bcb3530.zip |
correctly set snapshot_root
Diffstat (limited to 'modules/rsnapshot')
-rw-r--r-- | modules/rsnapshot/templates/rsnapshot.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rsnapshot/templates/rsnapshot.conf b/modules/rsnapshot/templates/rsnapshot.conf index 37502aa8..d3da0495 100644 --- a/modules/rsnapshot/templates/rsnapshot.conf +++ b/modules/rsnapshot/templates/rsnapshot.conf @@ -24,7 +24,7 @@ config_version 1.2 # All snapshots will be stored under this root directory. # -#snapshot_root /home/.snapshots/ +snapshot_root <%= snapshot_root %> # If no_create_root is enabled, rsnapshot will not automatically create the # snapshot_root directory. This is particularly useful if you are backing |