Skip to content

Commit

Permalink
Merge pull request #605 from slamont/master
Browse files Browse the repository at this point in the history
Proper containment for mysql::client in mysql::db
  • Loading branch information
hunner committed Nov 18, 2014
2 parents 18265e0 + 3b5d5af commit b7feb95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/db.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

include '::mysql::client'

anchor{"mysql::db_${name}::begin": }->
Class['::mysql::client']->
anchor{"mysql::db_${name}::end": }

$db_resource = {
ensure => $ensure,
charset => $charset,
Expand Down

0 comments on commit b7feb95

Please sign in to comment.