mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-13 18:44:45 +02:00
「🔨」 fix: not modifying hostfile in vagrant
This commit is contained in:
1
p2/Vagrantfile
vendored
1
p2/Vagrantfile
vendored
@ -36,6 +36,5 @@ Vagrant.configure("2") do |config|
|
||||
server.vm.network "private_network", ip: "192.168.56.110", auto_config: true
|
||||
|
||||
server.vm.provision "shell", path: "setup-S.sh"
|
||||
server.vm.provision "shell", path: "setup-hostfile.sh"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user