Skip to content

Commit

Permalink
Use box from vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
David Farrington committed Mar 15, 2015
1 parent cec48ce commit d11d823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

Vagrant.configure('2') do |config|
config.vm.define 'anxs' do |c|
c.vm.box = 'anxs-vbox-linux'
c.vm.box_url = 'http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box'
c.vm.box = 'ubuntu/trusty64'
c.vm.network :private_network, ip: '192.168.88.3'
c.vm.hostname = 'anxs.local'
c.vm.provision 'ansible' do |ansible|
Expand Down

0 comments on commit d11d823

Please sign in to comment.