Remove unneeded workaround for vmdebootstrap
This commit is contained in:
parent
dff59df21a
commit
9741d13fa6
2 changed files with 0 additions and 19 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -8,10 +8,6 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.post_up_message = nil
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true, type: "9p"
|
||||
|
||||
config.vm.provision :shell,
|
||||
path: "scripts/change-vmdebootstrap-default-dhcp.sh"
|
||||
#config.vm.provision "shell",
|
||||
# inline: "sed -i 's/^mesg n$/tty -s \\&\\& mesg n/g' /root/.profile"
|
||||
config.vm.provision "shell",
|
||||
path: "scripts/add_salt_to_etc_hosts.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue