Skip to content

Commit e4d4bea

Browse files
committed
README: update params in backup examples
1 parent 23f89af commit e4d4bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class { 'mysql::server::backup':
442442
backuppassword => 'mypassword',
443443
backupdir => '/tmp/backups',
444444
provider => 'xtrabackup',
445-
rotate => 15,
445+
backuprotate => 15,
446446
execpath => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin',
447447
time => ['23', '15'],
448448
}
@@ -480,7 +480,7 @@ class { 'mysql::server::backup':
480480
backupdir => '/tmp/backups',
481481
provider => 'xtrabackup',
482482
incremental_backups => false,
483-
rotate => 5,
483+
backuprotate => 5,
484484
execpath => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin',
485485
time => ['23', '15'],
486486
}

0 commit comments

Comments
 (0)