dustinpitcher
Results
1
comments of
dustinpitcher
I also got this issue. Solution is to: lock the cookbook versions in metadata.rb: ``` depends 'mysql', '~> 5.0' ``` delete the `Berksfile.lock` then `vagrant up --provision`