Stop depending on the mysql cookbook to install mysql-server

The mysql cookbook is completely broken on 18.04 (both the released version
and the current master, in different ways). Keep it simple and just run
mysql commands
This commit is contained in:
Greg Karékinian
2019-05-20 18:50:28 +02:00
parent 61959248f3
commit 12ab8dc33b
2 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ source 'https://supermarket.chef.io'
cookbook 'mediawiki',
git: 'https://github.com/67P/mediawiki-cookbook.git',
ref: '70ae159e8ecc0c2a2d8d94465cc4211e8deb0eaa'
ref: '55a4680ee298199fa5f7fa51b5c589fbfa52eed0'
cookbook 'redis',
git: 'https://github.com/phlipper/chef-redis.git',
ref: 'v0.5.6'