example42 / puppet-mysql

Mysql Puppet Module
http://www.example42.com
Other
16 stars 38 forks source link

simple hiera support / make the root.my.cnf template into a var #58

Closed mburger closed 9 years ago

alvagante commented 9 years ago

+1

alvagante commented 9 years ago

@mburger Please check #60 does some of the same things you did for Hiera, with different naming.. I'd keep the ones of #60 I merged them here: https://github.com/example42/puppet-mysql/commit/6f9858e4b2461ce42eb05cd1242cdbfe971206ae basically you should renamed your hiera keys from mysql::grants to mysql::grant_hash and mysql::users to mysql::user_hash

mburger commented 9 years ago

@alvagante thx for the heads up :) will do