Skip to content

Commit dfa7a54

Browse files
author
Erik Hollensbe
committed
Vagrantfile: remove 15.10 testing, the box is gone.
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent 790e702 commit dfa7a54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: Vagrantfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ansible_extra_vars = {
2828
puts "Host environment: #{host_env}"
2929

3030
Vagrant.configure(2) do |config|
31-
(0..2).each do |n|
31+
2.times do |n|
3232
node_name = "host#{n}"
3333
config.ssh.insert_key = false
3434
config.ssh.private_key_path = "./test/files/insecure_private_key"
@@ -40,9 +40,6 @@ Vagrant.configure(2) do |config|
4040
when 1
4141
node.vm.box = "boxcutter/ubuntu1604"
4242
node.vm.box_version = "2.0.18"
43-
when 2
44-
node.vm.box = "boxcutter/ubuntu1510"
45-
node.vm.box_version = "2.0.18"
4643
end
4744

4845
node.vm.provider "virtualbox" do |vb|

0 commit comments

Comments
 (0)