Skip to content

Instantly share code, notes, and snippets.

@dsdobrzynski
Created August 21, 2013 17:24
Show Gist options
  • Select an option

  • Save dsdobrzynski/6297335 to your computer and use it in GitHub Desktop.

Select an option

Save dsdobrzynski/6297335 to your computer and use it in GitHub Desktop.
airbox-vagrantfile-diff
|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