From 2e341766a2efd801e6947e56f0834d4956ce915a Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 17 Dec 2025 16:38:59 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20removed=20useless=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p2/Vagrantfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/p2/Vagrantfile b/p2/Vagrantfile index 26b75b6..d2ef1ae 100644 --- a/p2/Vagrantfile +++ b/p2/Vagrantfile @@ -13,15 +13,6 @@ if XDG_RUNTIME_DIR == "unknown" raise "XDG_RUNTIME_DIR is not set" 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| config.vm.box = "generic/alpine319"