Merge pull request #805 from jbondpdx/master

FM-3333: moved a puppet
This commit is contained in:
Bryan Jen 2016-03-03 18:22:09 -07:00
commit a3d0de3e05

View file

@ -144,7 +144,7 @@ To add custom MySQL configuration, place additional files into `includedir`. Thi
To instantiate databases and users on an existing MySQL server, you need a `.my.cnf` file in `root`'s home directory. This file must specify the remote server address and credentials. For example: To instantiate databases and users on an existing MySQL server, you need a `.my.cnf` file in `root`'s home directory. This file must specify the remote server address and credentials. For example:
```puppet ```
[client] [client]
user=root user=root
host=localhost host=localhost
@ -232,7 +232,7 @@ This parameter no longer does anything. It exists only for backwards compatibili
Specifies override options to pass into MySQL. Structured like a hash in the my.cnf file: Specifies override options to pass into MySQL. Structured like a hash in the my.cnf file:
``` ```puppet
$override_options = { $override_options = {
'section' => { 'section' => {
'item' => 'thing', 'item' => 'thing',