Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created February 16, 2013 17:52
Show Gist options
  • Save charlesjohnson/4967909 to your computer and use it in GitHub Desktop.
Save charlesjohnson/4967909 to your computer and use it in GitHub Desktop.
Vagrantfile snippet
chef.json = {
:mysql => {
:server_root_password => 'rootpass',
:server_debian_password => 'debpass',
:server_repl_password => 'replpass'
},
:resolver => {
:nameservers => [
"8.8.8.8",
"8.8.4.4"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment