assuming a scenario - vagrant up -> power off -> vagrant up
vagrant will stuck on the network configuration DEBUG ssh: stdout: mv: overwrite '/etc/sysconfig/network-scripts/ifcfg-eth0'? DEBUG ssh: Sending SSH keep-alive...
This commit is contained in:
parent
9c299a2a35
commit
1c4e7ee068
|
@ -43,7 +43,7 @@ module VagrantPlugins
|
|||
/sbin/ifdown '#{network[:device]}' || true
|
||||
|
||||
# Move new config into place
|
||||
mv '#{remote_path}' '#{final_path}'
|
||||
mv -f '#{remote_path}' '#{final_path}'
|
||||
|
||||
# Bring the interface up
|
||||
ARPCHECK=no /sbin/ifup '#{network[:device]}'
|
||||
|
|
Loading…
Reference in New Issue