Skip to content

Commit 5de035c

Browse files
committed
Merge pull request #696 from leoarnold/master
Corrected some typos in README
2 parents 85a5d8b + 91ca5a0 commit 5de035c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
##Overview
1919

20-
The mysql module installs, configures, and manages the MySQL service.
20+
The MySQL module installs, configures, and manages the MySQL service.
2121

2222
##Module Description
2323

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.
2525

2626
##Setup
2727

@@ -89,7 +89,7 @@ $override_options = {
8989
produces
9090

9191
~~~
92-
[mysql]
92+
[mysqld]
9393
replicate-do-db = base1
9494
replicate-do-db = base2
9595
~~~
@@ -248,15 +248,15 @@ The name of the group used for root. Can be a group name or a group ID. See more
248248

249249
#####`mysql_group`
250250

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).
252252

253253
#####`package_ensure`
254254

255255
Whether the package exists or should be a specific version. Valid values are 'present', 'absent', or 'x.y.z'. Defaults to 'present'.
256256

257257
#####`package_manage`
258258

259-
Whether to manage the mysql server package. Defaults to true.
259+
Whether to manage the MySQL server package. Defaults to true.
260260

261261
#####`package_name`
262262

@@ -560,7 +560,7 @@ Whether the MySQL package should be present, absent, or a specific version. Vali
560560

561561
#####`package_manage`
562562

563-
Whether to manage the mysql client package. Defaults to true.
563+
Whether to manage the MySQL client package. Defaults to true.
564564

565565
#####`package_name`
566566

@@ -778,7 +778,7 @@ The library file name.
778778

779779
Generates a unique id, based on the node's MAC address, which can be used as
780780
`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.
782782

783783
##Limitations
784784

@@ -796,7 +796,7 @@ Testing on other platforms has been minimal and cannot be guaranteed.
796796
#Development
797797

798798
Puppet Labs modules on the Puppet Forge are open projects, and community
799-
contributions are essential for keeping them great. We cant access the
799+
contributions are essential for keeping them great. We can't access the
800800
huge number of platforms and myriad of hardware, software, and deployment
801801
configurations that Puppet is intended to serve.
802802

0 commit comments

Comments
 (0)