diff --git a/scripts/vagrant/Vagrantfile b/scripts/vagrant/Vagrantfile index ee5f50bbc..db98eb923 100644 --- a/scripts/vagrant/Vagrantfile +++ b/scripts/vagrant/Vagrantfile @@ -15,7 +15,7 @@ def get_box_type(distro, force_distro) 'ubuntu2004' => 'peru/ubuntu-20.04-server-amd64', 'fedora33' => 'generic/fedora33', 'fedora34' => 'generic/fedora34', - # Placeholder for F35, no generic image on Vagrant Cloud yet + 'fedora35' => 'generic/fedora35', 'arch' => 'generic/arch', 'freebsd12' => 'generic/freebsd12', 'rocky8' => 'rockylinux/8'