File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -326,20 +326,20 @@ You can install MySQL Community Server on CentOS using the mysql module and Hier
326
326
327
327
* MySQL Community Server 5.6
328
328
* Centos 7.3
329
- * Puppet 3.8.7 using hiera
329
+ * Puppet 3.8.7 using Hiera
330
330
* puppetlabs-mysql module v3.9.0
331
331
332
332
In Puppet:
333
333
334
334
``` puppet
335
- include ::mysql::server
335
+ include ::mysql::server
336
336
337
- create_resources(yumrepo, hiera('yumrepo', {}))
337
+ create_resources(yumrepo, hiera('yumrepo', {}))
338
338
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']
341
341
342
- create_resources(mysql::db, hiera('mysql::server::db', {}))
342
+ create_resources(mysql::db, hiera('mysql::server::db', {}))
343
343
```
344
344
345
345
In Hiera:
You can’t perform that action at this time.
0 commit comments