Skip to content

Commit c016825

Browse files
author
Morgan Haskel
committed
Merge branch 'jbondpdx-readme-rev' into 3.3.x
2 parents 9158e25 + 35bc183 commit c016825

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
4. [Usage - Configuration options and additional functionality](#usage)
1111
* [Customizing Server Options](#customizing-server-options)
1212
* [Creating a Database](#creating-a-database)
13+
* [Custom Configuration](#custom-configuration)
1314
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1415
5. [Limitations - OS compatibility, etc.](#limitations)
1516
6. [Development - Guide for contributing to the module](#development)
@@ -140,7 +141,7 @@ mysql::db { 'mydb':
140141
}
141142
~~~
142143

143-
###Custom configuration
144+
###Custom Configuration
144145

145146
To add custom MySQL configuration, drop additional files into
146147
`includedir`. Dropping files into `includedir` allows you to override settings or add additional ones, which is helpful if you choose not to use `override_options` in `mysql::server`. The `includedir` location is by default set to /etc/mysql/conf.d.
@@ -412,9 +413,7 @@ The hostname from which the monitoring user requests are allowed access.
412413

413414
####mysql::server::mysqltuner
414415

415-
***Note***
416-
417-
If using this class on a non-network-connected system you must download the mysqltuner.pl script and have it hosted somewhere accessible via `http(s)://`, `puppet://`, `ftp://`, or a fully qualified file path.
416+
**Note**: If you're using this class on a non-network-connected system, you must download the mysqltuner.pl script and have it hosted somewhere accessible via `http(s)://`, `puppet://`, `ftp://`, or a fully qualified file path.
418417

419418
##### `ensure`
420419

0 commit comments

Comments
 (0)