vagrant: get rid of example.com

This commit is contained in:
2024-05-30 14:55:14 +02:00
parent 20eac4c612
commit 1897722c44
3 changed files with 5 additions and 5 deletions

2
vagrant/Vagrantfile vendored
View File

@@ -4,7 +4,7 @@
ENV['VAGRANT_NO_PARALLEL'] = 'yes'
VAGRANT_BOX = "generic/ubuntu2204"
VAGRANT_BOX_VERSION = "4.2.10"
VAGRANT_BOX_VERSION = "4.3.12"
CPUS_MASTER_NODE = 2
CPUS_WORKER_NODE = 2
MEMORY_MASTER_NODE = 2048