Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
fix box
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Mar 21, 2015
1 parent ecb1d0d commit 149ec6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
@@ -1,6 +1,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "trusty64"
config.vm.box_url = "http://files.vagrantup.com/trusty64"
config.vm.box = "ubuntu/trusty64"

# config.vm.network :private_network, ip: "192.168.20.0"
config.vm.provision "shell", :path => "provision.sh"
Expand Down

0 comments on commit 149ec6e

Please sign in to comment.