Created
August 21, 2013 17:24
-
-
Save dsdobrzynski/6297335 to your computer and use it in GitHub Desktop.
airbox-vagrantfile-diff
This file contains hidden or 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
| |ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/Work/airbox | |
| ± |promet ✗| → git diff -- Vagrantfile | |
| diff --git a/Vagrantfile b/Vagrantfile | |
| index 2ba3f2d..39e3408 100644 | |
| --- a/Vagrantfile | |
| +++ b/Vagrantfile | |
| @@ -1,4 +1,8 @@ | |
| Vagrant.configure("2") do |config| | |
| + | |
| + # Chef Omnibus Version | |
| + config.omnibus.chef_version = :latest | |
| + | |
| # The path to the Berksfile to use with Vagrant Berkshelf | |
| config.berkshelf.enabled = true | |
| config.berkshelf.berksfile_path = "./Berksfile" | |
| @@ -75,7 +79,7 @@ Vagrant.configure("2") do |config| | |
| :root => "/var/drupals/#{project}", | |
| :doc_root => "/var/drupals/#{project}/www", | |
| :subdir => "#{project}.dev", | |
| - :db_init => false | |
| + :db_init => true | |
| } | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment