Merge pull request #605 from slamont/master
Proper containment for mysql::client in mysql::db
This commit is contained in:
commit
b7feb9503f
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue