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
+8-8
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@
17
17
18
18
##Overview
19
19
20
-
The mysql module installs, configures, and manages the MySQL service.
20
+
The MySQL module installs, configures, and manages the MySQL service.
21
21
22
22
##Module Description
23
23
24
-
The mysql module manages both the installation and configuration of MySQL, as well as extending Puppet to allow management of MySQL resources, such as databases, users, and grants.
24
+
The MySQL module manages both the installation and configuration of MySQL, as well as extending Puppet to allow management of MySQL resources, such as databases, users, and grants.
25
25
26
26
##Setup
27
27
@@ -89,7 +89,7 @@ $override_options = {
89
89
produces
90
90
91
91
~~~
92
-
[mysql]
92
+
[mysqld]
93
93
replicate-do-db = base1
94
94
replicate-do-db = base2
95
95
~~~
@@ -248,15 +248,15 @@ The name of the group used for root. Can be a group name or a group ID. See more
248
248
249
249
#####`mysql_group`
250
250
251
-
The name of the group of the mysql daemon user. Can be a group name or a group ID. See more about the [`group` file attribute](https://docs.puppetlabs.com/references/latest/type.html#file-attribute-group).
251
+
The name of the group of the MySQL daemon user. Can be a group name or a group ID. See more about the [`group` file attribute](https://docs.puppetlabs.com/references/latest/type.html#file-attribute-group).
252
252
253
253
#####`package_ensure`
254
254
255
255
Whether the package exists or should be a specific version. Valid values are 'present', 'absent', or 'x.y.z'. Defaults to 'present'.
256
256
257
257
#####`package_manage`
258
258
259
-
Whether to manage the mysql server package. Defaults to true.
259
+
Whether to manage the MySQL server package. Defaults to true.
260
260
261
261
#####`package_name`
262
262
@@ -560,7 +560,7 @@ Whether the MySQL package should be present, absent, or a specific version. Vali
560
560
561
561
#####`package_manage`
562
562
563
-
Whether to manage the mysql client package. Defaults to true.
563
+
Whether to manage the MySQL client package. Defaults to true.
564
564
565
565
#####`package_name`
566
566
@@ -778,7 +778,7 @@ The library file name.
778
778
779
779
Generates a unique id, based on the node's MAC address, which can be used as
780
780
`server_id`. This fact will *always* return `0` on all nodes which only have
781
-
loopback interfaces. Given those nodes' connnectivity that's probably okay.
781
+
loopback interfaces. Given those nodes' connectivity that's probably okay.
782
782
783
783
##Limitations
784
784
@@ -796,7 +796,7 @@ Testing on other platforms has been minimal and cannot be guaranteed.
796
796
#Development
797
797
798
798
Puppet Labs modules on the Puppet Forge are open projects, and community
799
-
contributions are essential for keeping them great. We can’t access the
799
+
contributions are essential for keeping them great. We can't access the
800
800
huge number of platforms and myriad of hardware, software, and deployment
0 commit comments