🗑️」 clean: removed useless comment

This commit is contained in:
2025-12-17 16:38:59 +01:00
parent 893b53f7d1
commit 2e341766a2

9
p2/Vagrantfile vendored
View File

@ -13,15 +13,6 @@ if XDG_RUNTIME_DIR == "unknown"
raise "XDG_RUNTIME_DIR is not set" raise "XDG_RUNTIME_DIR is not set"
end end
# Here are the expected specifications:
# • The machine names must be the login of someone of your team. The hostname
# of the first machine must be followed by the capital letter S (like Server). The
# hostname of the second machine must be followed by SW (like ServerWorker).
# • Have a dedicated IP on the eth1 interface. The IP of the first machine (Server)
# will be 192.168.56.110, and the IP of the second machine (ServerWorker) will be
# 192.168.56.111.
# • Be able to connect with SSH on both machines with no password.
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "generic/alpine319" config.vm.box = "generic/alpine319"