Skip to content

Commit 85f5fbb

Browse files
committed
Backup docs: use less ambigous language in describing backup user/pass params
1 parent e4d4bea commit 85f5fbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -713,15 +713,15 @@ The following parameters are available in the `mysql::server::backup` class.
713713

714714
Data type: `Any`
715715

716-
MySQL user with backup administrator privileges.
716+
MySQL user to create with backup administrator privileges.
717717

718718
Default value: `undef`
719719

720720
##### `backuppassword`
721721

722722
Data type: `Any`
723723

724-
Password for `backupuser`.
724+
Password to create for `backupuser`.
725725

726726
Default value: `undef`
727727

manifests/server/backup.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# }
1818
#
1919
# @param backupuser
20-
# MySQL user with backup administrator privileges.
20+
# MySQL user to create with backup administrator privileges.
2121
# @param backuppassword
22-
# Password for `backupuser`.
22+
# Password to create for `backupuser`.
2323
# @param backupdir
2424
# Directory to store backup.
2525
# @param backupdirmode

0 commit comments

Comments
 (0)