File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -713,15 +713,15 @@ The following parameters are available in the `mysql::server::backup` class.
713
713
714
714
Data type: ` Any `
715
715
716
- MySQL user with backup administrator privileges.
716
+ MySQL user to create with backup administrator privileges.
717
717
718
718
Default value: ` undef `
719
719
720
720
##### ` backuppassword `
721
721
722
722
Data type: ` Any `
723
723
724
- Password for ` backupuser ` .
724
+ Password to create for ` backupuser ` .
725
725
726
726
Default value: ` undef `
727
727
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