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"