Skip to content

Commit 29bcf12

Browse files
author
jbondpdx
committed
(MODULES-5280) fix capitalization in README
1 parent 18c46de commit 29bcf12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,20 +326,20 @@ You can install MySQL Community Server on CentOS using the mysql module and Hier
326326

327327
* MySQL Community Server 5.6
328328
* Centos 7.3
329-
* Puppet 3.8.7 using hiera
329+
* Puppet 3.8.7 using Hiera
330330
* puppetlabs-mysql module v3.9.0
331331

332332
In Puppet:
333333

334334
```puppet
335-
include ::mysql::server
335+
include ::mysql::server
336336
337-
create_resources(yumrepo, hiera('yumrepo', {}))
337+
create_resources(yumrepo, hiera('yumrepo', {}))
338338
339-
Yumrepo['repo.mysql.com'] -> Anchor['mysql::server::start']
340-
Yumrepo['repo.mysql.com'] -> Package['mysql_client']
339+
Yumrepo['repo.mysql.com'] -> Anchor['mysql::server::start']
340+
Yumrepo['repo.mysql.com'] -> Package['mysql_client']
341341
342-
create_resources(mysql::db, hiera('mysql::server::db', {}))
342+
create_resources(mysql::db, hiera('mysql::server::db', {}))
343343
```
344344

345345
In Hiera:

0 commit comments

Comments
 (0)