dergachev / vagrant_drupal

Deploy a local Drupal development stack with Vagrant.
9 stars 2 forks source link

Error from Chef Solo when running vagrant up #10

Closed pixelite closed 11 years ago

pixelite commented 11 years ago

FATAL: You must set node['mysql']['server_debian_password'], node['mysql']['server_repl_password'] in chef-solo mode. For more information, see https://github.com/opscode-cookbooks/mysql#chef-solo-note

pixelite commented 11 years ago

The solution seems to be to set 3 mysql password attributes in the VagrantFile, instead of just sever_root_password. You need to set: server_root_password, server_repl_password, server_debian_password

See https://github.com/opscode-cookbooks/mysql#chef-solo-note