Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created January 3, 2013 21:12
Show Gist options
  • Save charlesjohnson/4447311 to your computer and use it in GitHub Desktop.
Save charlesjohnson/4447311 to your computer and use it in GitHub Desktop.
config.vm.provision :chef_solo do |chef|
chef.json = {
:mysql => {
:server_root_password => 'rootpass',
:server_debian_password => 'debpass',
:server_repl_password => 'replpass'
}
}
chef.run_list = [
# "recipe[minitest-handler::default]",
"recipe[myface::default]"
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment