File diff 102464f99847 → 7a8c83185a93
Vagrantfile
Show inline comments
 
@@ -6,7 +6,7 @@
 
# backwards compatibility). Please don't change it unless you know what
 
# you're doing.
 
Vagrant.configure("2") do |config|
 
  config.vm.box = "debian/contrib-stretch64"
 
  config.vm.box = "debian/bullseye64"
 
  config.vm.hostname = "gimmecert-testing"
 

	
 
  config.vm.provision "shell", path: "provision.sh"