6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
# -*- mode: ruby -*-
|
||
|
|
||
|
Vagrant.configure("2") do |config|
|
||
|
config.vm.box = "bento/ubuntu-16.04"
|
||
|
end
|