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:
Hunter Haugen 2016-05-19 10:39:46 -07:00
commit e71e712f31

View file

@ -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,