dev: make cni, consul, dev, docker, and vault scripts Lima compat. (#16689)

This commit is contained in:
James Rasell
2023-03-28 16:21:14 +01:00
committed by GitHub
parent fd900d0723
commit ee9e2e0fa1
7 changed files with 69 additions and 33 deletions

10
Vagrantfile vendored
View File

@@ -138,23 +138,23 @@ def configureLinuxProvisioners(vmCfg)
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-dev.sh'
path: './scripts/linux-priv-dev.sh'
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-docker.sh'
path: './scripts/linux-priv-docker.sh'
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-consul.sh'
path: './scripts/linux-priv-consul.sh'
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-cni.sh'
path: './scripts/linux-priv-cni.sh'
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-vault.sh'
path: './scripts/linux-priv-vault.sh'
vmCfg.vm.provision "shell",
privileged: false,