Skip to content

Corrected some typos in README #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

##Overview

The mysql module installs, configures, and manages the MySQL service.
The MySQL module installs, configures, and manages the MySQL service.

##Module Description

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

##Setup

Expand Down Expand Up @@ -89,7 +89,7 @@ $override_options = {
produces

~~~
[mysql]
[mysqld]
replicate-do-db = base1
replicate-do-db = base2
~~~
Expand Down Expand Up @@ -248,15 +248,15 @@ The name of the group used for root. Can be a group name or a group ID. See more

#####`mysql_group`

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

#####`package_ensure`

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

#####`package_manage`

Whether to manage the mysql server package. Defaults to true.
Whether to manage the MySQL server package. Defaults to true.

#####`package_name`

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

#####`package_manage`

Whether to manage the mysql client package. Defaults to true.
Whether to manage the MySQL client package. Defaults to true.

#####`package_name`

Expand Down Expand Up @@ -778,7 +778,7 @@ The library file name.

Generates a unique id, based on the node's MAC address, which can be used as
`server_id`. This fact will *always* return `0` on all nodes which only have
loopback interfaces. Given those nodes' connnectivity that's probably okay.
loopback interfaces. Given those nodes' connectivity that's probably okay.

##Limitations

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

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

Expand Down