Show More
@@ -1,8 +1,8 b'' | |||||
1 | # -*- mode: ruby -*- |
|
1 | # -*- mode: ruby -*- | |
2 |
|
2 | |||
3 | Vagrant.configure('2') do |config| |
|
3 | Vagrant.configure('2') do |config| | |
4 |
# Debian |
|
4 | # Debian 10.1 x86_64 without configuration management software | |
5 |
config.vm.box = "debian/ |
|
5 | config.vm.box = "debian/buster64" | |
6 | config.vm.hostname = "tests" |
|
6 | config.vm.hostname = "tests" | |
7 |
|
7 | |||
8 | config.vm.define "tests" do |conf| |
|
8 | config.vm.define "tests" do |conf| |
General Comments 0
You need to be logged in to leave comments.
Login now