Skip to content

Commit

Permalink
Switch default provider to virtualbox.
Browse files Browse the repository at this point in the history
Currently, the ubuntu/trusty64 image only works with virtualbox
anyway.
  • Loading branch information
b4hand committed Jan 17, 2017
1 parent 717bf6b commit 1ed5a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Expand Up @@ -2,6 +2,8 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'

# http://docs.vagrantup.com/v2/
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/trusty64'
Expand Down

0 comments on commit 1ed5a8e

Please sign in to comment.