Merge pull request #829 from vicinus/master
remove erroneous anchors to mysql::client from mysql::db Over zealous containment is considered a bug, and #605 introduced inflexibilities that should have been solved at the profile level (ie, make apt update run early).
This commit is contained in:
commit
e71e712f31
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@ 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