Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 77aa42a

Browse files
committed
Vagrantfile
1 parent a6417d0 commit 77aa42a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/Vagrantfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# -*- mode: ruby -*-
2+
# vi: set ft=ruby :
3+
4+
Vagrant.configure(2) do |config|
5+
config.vm.box = "ubuntu/ubuntu-15.04-snappy-core-stable"
6+
7+
5.times do |i|
8+
config.vm.define "n#{i+1}l"
9+
end
10+
11+
end
12+

0 commit comments

Comments
 (0)