Merge pull request #605 from slamont/master

Proper containment for mysql::client in mysql::db
This commit is contained in:
Hunter Haugen 2014-11-18 14:54:50 -08:00
commit b7feb9503f

View file

@ -25,6 +25,10 @@ define mysql::db (
include '::mysql::client'
anchor{"mysql::db_${name}::begin": }->
Class['::mysql::client']->
anchor{"mysql::db_${name}::end": }
$db_resource = {
ensure => $ensure,
charset => $charset,