Skip to content

Commit

Permalink
Make vagrant default to --no-parallel-provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Aug 26, 2014
1 parent 0a2ee6b commit 770887d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
VAGRANTFILE_API_VERSION = "2"

ENV['VAGRANT_DEFAULT_PROVIDER'] ||= 'docker'
# Vagrant doesn't play well w/ Docker and parallel provisioning
ENV['VAGRANT_NO_PARALLEL'] ||= 'true'

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.define "postgres" do |postgres|
Expand Down

0 comments on commit 770887d

Please sign in to comment.