Skip to content

Commit

Permalink
Vagrantfile: move test to ubuntu/trusty64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Oct 30, 2017
1 parent e28c6f8 commit 879994b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ lib64/
parts/
sdist/
var/
bkp/
*.egg-info/
.installed.cfg
*.egg
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

config.vm.define :test, :autostart => true do |node|
node.vm.box = 'debian/stretch64'
node.vm.box = 'ubuntu/trusty64'
node.vm.hostname = 'test'
node.vm.network :private_network, ip: "10.0.11.11", hostsupdater: "skip"
node.vm.synced_folder ".", "/vagrant", type: "virtualbox"
Expand Down

0 comments on commit 879994b

Please sign in to comment.