bootstrap: Update to Ubuntu 22.04 as base default OS
[samba.git] / bootstrap / generated-dists / Vagrantfile
index 64ab54d2682b29ee5d50f28d880442217b8faf19..d67db745c8d2befec9aac54d17bda5892a0c35a1 100644 (file)
@@ -73,5 +73,12 @@ Vagrant.configure("2") do |config|
         v.vm.provision :shell, path: "ubuntu2004/locale.sh"
     end
 
+    config.vm.define "ubuntu2204" do |v|
+        v.vm.box = "ubuntu/jammy64"
+        v.vm.hostname = "ubuntu2204"
+        v.vm.provision :shell, path: "ubuntu2204/bootstrap.sh"
+        v.vm.provision :shell, path: "ubuntu2204/locale.sh"
+    end
+
 
 end