FM-3333: moved a puppet

This commit is contained in:
jbondpdx 2016-03-03 17:19:12 -08:00
parent f06e1264cd
commit 35b5f1c6c5

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:
```puppet
```
[client]
user=root
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:
```
```puppet
$override_options = {
'section' => {
'item' => 'thing',