You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -202,11 +202,11 @@ The MySQL root password. Puppet attempts to set the root password and update `/r
202
202
203
203
This is required if `create_root_user` or `create_root_my_cnf` are 'true'. If `root_password` is 'UNSET', then `create_root_user` and `create_root_my_cnf` are assumed to be false --- that is, the MySQL root user and `/root/.my.cnf` are not created.
204
204
205
-
Password changes are supported however the old password must be set in `/root/.my.cnf`. Effectively, Puppet uses the old password, configured in `/root/my.cnf`, to set the new password in MySQL, then updates `/root/.my.cnf` with the new password.
205
+
Password changes are supported; however, the old password must be set in `/root/.my.cnf`. Effectively, Puppet uses the old password, configured in `/root/my.cnf`, to set the new password in MySQL, and then updates `/root/.my.cnf` with the new password.
206
206
207
207
####`old_root_password`
208
208
209
-
This parameter no longer does anything. It exists only for backwards compatibility. See the `root_password` parameter for details on changing the root password.
209
+
This parameter no longer does anything. It exists only for backwards compatibility. See the `root_password` parameter above for details on changing the root password.
210
210
211
211
#####`override_options`
212
212
@@ -385,7 +385,7 @@ Whether or not to include routines for each database when doing a `file_per_data
385
385
386
386
#####`include_triggers`
387
387
388
-
Whether or not to include triggers for a each database when doing a `file_per_database` backup. Defaults to `false`.
388
+
Whether or not to include triggers for each database when doing a `file_per_database` backup. Defaults to `false`.
389
389
390
390
#####`ensure`
391
391
@@ -786,13 +786,13 @@ The library file name.
786
786
787
787
#### `mysql_version`
788
788
789
-
Determines the MySql version by parsing the output from `mysql --version`
789
+
Determines the MySQL version by parsing the output from `mysql --version`
790
790
791
791
#### `mysql_server_id`
792
792
793
793
Generates a unique id, based on the node's MAC address, which can be used as
794
-
`server_id`. This fact will *always* return `0` on all nodes which only have
795
-
loopback interfaces. Given those nodes' connectivity that's probably okay.
794
+
`server_id`. This fact will *always* return `0` on nodes that have only
795
+
loopback interfaces. Because those nodes aren't connected to the outside world, this shouldn't cause any conflicts.
0 commit comments