Skip to content

Commit e71e712

Browse files
committed
Merge pull request puppetlabs#829 from vicinus/master
remove erroneous anchors to mysql::client from mysql::db Over zealous containment is considered a bug, and puppetlabs#605 introduced inflexibilities that should have been solved at the profile level (ie, make apt update run early).
2 parents 352d078 + 9fe8534 commit e71e712

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

manifests/db.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525

2626
include '::mysql::client'
2727

28-
anchor{"mysql::db_${name}::begin": }->
29-
Class['::mysql::client']->
30-
anchor{"mysql::db_${name}::end": }
31-
3228
$db_resource = {
3329
ensure => $ensure,
3430
charset => $charset,

0 commit comments

Comments
 (0)