Skip to content

Commit

Permalink
Merge pull request auser#2 from garethr/master
Browse files Browse the repository at this point in the history
mysql_node not starting
  • Loading branch information
auser committed May 16, 2011
2 parents d36047f + 19e8d4c commit f0cf87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -46,7 +46,7 @@ Vagrant::Config.run do |config|
chef.roles_path = 'chef-repo/roles'
chef.cookbooks_path = 'chef-repo/cookbooks'
chef.add_role 'cloudfoundry'
chef.json.merge!({:mysql => {:server_root_password => Digest::MD5.hexdigest("MyVagrantServer")}})
chef.json.merge!({:mysql => {:server_root_password => Digest::MD5.hexdigest("MyVagrantServer"), :bind_address => "127.0.0.1"}})
end
config.ssh.forward_agent = true

Expand Down

0 comments on commit f0cf87e

Please sign in to comment.