Merge e28236c5f8ff7e04d97cb734729ee0390e42224c into 42b4a88c963eb480b3c19117c19eac7e146fa8ff

This commit is contained in:
Wolfgang Faust 2025-04-05 22:39:01 +00:00 committed by GitHub
commit da255617c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
vagrant/Vagrantfile vendored
View File

@ -1,3 +1,7 @@
unless Vagrant.has_plugin?("vagrant-disksize")
raise 'plugin vagrant-disksize is not installed!'
end
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.define "10.9.9.9"