Skip to content

Commit

Permalink
Merge pull request #56 from dmuhamedagic/vagrantfile_fix
Browse files Browse the repository at this point in the history
dev: systemtests: somehow vagrant didn't like referencing test_box
  • Loading branch information
Alan-R authored Mar 28, 2018
2 parents 30e6a5d + 2df6894 commit 466f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cma/systemtests/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
end

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = #{test_box}
config.vm.box = "debian/stretch64"
config.vm.box_check_update = false
config.apt_proxy.http = "http://192.168.121.1:3142"
#config.apt_proxy.http = "http://10.0.2.2:3142"
Expand Down

0 comments on commit 466f4b9

Please sign in to comment.