Created
February 16, 2013 17:52
-
-
Save charlesjohnson/4967909 to your computer and use it in GitHub Desktop.
Vagrantfile snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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