We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VM configuration in Virtualbox should be set to:
like it was in previous Virtualbox-/Vagrant-versions, or even better to the correct Red Hat version:
VM configuration in Virtualbox is set to:
Vagrant 2.4.3
Windows 10 22H2 VirtualBox 7.1.6
Rocky Linux 9.5
Vagrant.configure("2") do |config| config.vm.box = "rockylinux/9" config.vm.box_version = "5.0.0" config.vm.provider :virtualbox do |box| box.name = "foobar" end end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
VM configuration in Virtualbox should be set to:
like it was in previous Virtualbox-/Vagrant-versions, or even better to the correct Red Hat version:
Actual behavior
VM configuration in Virtualbox is set to:
Reproduction information
Vagrant version
Vagrant 2.4.3
Host operating system
Windows 10 22H2
VirtualBox 7.1.6
Guest operating system
Rocky Linux 9.5
Steps to reproduce
Vagrantfile
The text was updated successfully, but these errors were encountered: