File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ class { 'mysql::server::backup':
442
442
backuppassword => 'mypassword',
443
443
backupdir => '/tmp/backups',
444
444
provider => 'xtrabackup',
445
- rotate => 15,
445
+ backuprotate => 15,
446
446
execpath => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin',
447
447
time => ['23', '15'],
448
448
}
@@ -480,7 +480,7 @@ class { 'mysql::server::backup':
480
480
backupdir => '/tmp/backups',
481
481
provider => 'xtrabackup',
482
482
incremental_backups => false,
483
- rotate => 5,
483
+ backuprotate => 5,
484
484
execpath => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin',
485
485
time => ['23', '15'],
486
486
}
Original file line number Diff line number Diff line change @@ -712,15 +712,15 @@ The following parameters are available in the `mysql::server::backup` class.
712
712
713
713
Data type: ` Any `
714
714
715
- MySQL user with backup administrator privileges.
715
+ MySQL user to create with backup administrator privileges.
716
716
717
717
Default value: ` undef `
718
718
719
719
##### ` backuppassword `
720
720
721
721
Data type: ` Any `
722
722
723
- Password for ` backupuser ` .
723
+ Password to create for ` backupuser ` .
724
724
725
725
Default value: ` undef `
726
726
Original file line number Diff line number Diff line change 17
17
# }
18
18
#
19
19
# @param backupuser
20
- # MySQL user with backup administrator privileges.
20
+ # MySQL user to create with backup administrator privileges.
21
21
# @param backuppassword
22
- # Password for `backupuser`.
22
+ # Password to create for `backupuser`.
23
23
# @param backupdir
24
24
# Directory to store backup.
25
25
# @param backupdirmode
You can’t perform that action at this time.
0 commit comments