Skip to content

Instantly share code, notes, and snippets.

@jordanbrock
Created April 17, 2012 09:19
Show Gist options
  • Save jordanbrock/2404824 to your computer and use it in GitHub Desktop.
Save jordanbrock/2404824 to your computer and use it in GitHub Desktop.
Vagrant chef.json
config.vm.provision :chef_solo do |chef|
chef.json = {
:mysql => {
:server_root_password => "secretpassword"
}
}
chef.add_recipe("mysql::server")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment