From 35b5f1c6c5370ab4113e947b91c34940d680a97d Mon Sep 17 00:00:00 2001 From: jbondpdx Date: Thu, 3 Mar 2016 17:19:12 -0800 Subject: [PATCH] FM-3333: moved a puppet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38bcbec..af7e296 100644 --- a/README.md +++ b/README.md @@ -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',