mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
「🗑️」 clean: removed useless comment
This commit is contained in:
9
p2/Vagrantfile
vendored
9
p2/Vagrantfile
vendored
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user