aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsnapshot/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rsnapshot/manifests/init.pp')
-rw-r--r--modules/rsnapshot/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rsnapshot/manifests/init.pp b/modules/rsnapshot/manifests/init.pp
index 5e8b4618..5d145172 100644
--- a/modules/rsnapshot/manifests/init.pp
+++ b/modules/rsnapshot/manifests/init.pp
@@ -1,5 +1,5 @@
class rsnapshot {
- class base($confdir = '/backups/conf') {
+ class base($confdir = '/data/backups/conf') {
package { ['rsnapshot']: }
file { $confdir:
@@ -33,7 +33,7 @@ class rsnapshot {
# backups that should be kept. If you don't want hourly, daily,
# weekly or monthly backups, set ${x}_interval to '0'
define backup(
- $snapshot_root = '/backups',
+ $snapshot_root = '/data/backups',
$one_fs = '1',
$backup = [],
$backup_script = [],