We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f89af commit e4d4beaCopy full SHA for e4d4bea
README.md
@@ -442,7 +442,7 @@ class { 'mysql::server::backup':
442
backuppassword => 'mypassword',
443
backupdir => '/tmp/backups',
444
provider => 'xtrabackup',
445
- rotate => 15,
+ backuprotate => 15,
446
execpath => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin',
447
time => ['23', '15'],
448
}
@@ -480,7 +480,7 @@ class { 'mysql::server::backup':
480
481
482
incremental_backups => false,
483
- rotate => 5,
+ backuprotate => 5,
484
485
486
0 commit comments