Fix indentation
This commit is contained in:
2
HyperV/Vagrantfile
vendored
2
HyperV/Vagrantfile
vendored
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
|
||||
cfg.vm.provision "reload"
|
||||
cfg.vm.provision :shell, path: "check-eth0-ip.sh"
|
||||
cfg.vm.provision :shell, path: "../Vagrant/logger_bootstrap.sh"
|
||||
cfg.vm.provision :shell, path: "reset-static-ip.sh"
|
||||
cfg.vm.provision :shell, path: "reset-static-ip.sh"
|
||||
cfg.vm.provision :shell, path: "fix-motd.sh"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user