Skip to content
Prev Previous commit
Next Next commit
Remove dependency to legacy mysql::config
This does no longer appear in the the Puppet MySQL module,
causing the Puppet to fail.
  • Loading branch information
dspinellis committed Dec 4, 2014
commit 2dce897742f617c7be2abcaabd3557bb53356b32
3 changes: 1 addition & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@

# Specify dependencies
Class['mysql::server'] -> Class['mediawiki']
Class['mysql::config'] -> Class['mediawiki']


ensure_resource('class', 'apache')
ensure_resource('class', 'apache::mod::php')

Expand Down