summaryrefslogtreecommitdiff
path: root/bootstrap/generated-dists/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/generated-dists/Vagrantfile')
-rw-r--r--bootstrap/generated-dists/Vagrantfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap/generated-dists/Vagrantfile b/bootstrap/generated-dists/Vagrantfile
index 4381dca6496..b3cb6bea485 100644
--- a/bootstrap/generated-dists/Vagrantfile
+++ b/bootstrap/generated-dists/Vagrantfile
@@ -31,6 +31,13 @@ Vagrant.configure("2") do |config|
v.vm.provision :shell, path: "centos8/locale.sh"
end
+ config.vm.define "debian10" do |v|
+ v.vm.box = "debian/buster64"
+ v.vm.hostname = "debian10"
+ v.vm.provision :shell, path: "debian10/bootstrap.sh"
+ v.vm.provision :shell, path: "debian10/locale.sh"
+ end
+
config.vm.define "debian7" do |v|
v.vm.box = "debian/wheezy64"
v.vm.hostname = "debian7"