mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
renamed vagrant script to accurately reflect non-privileged requirement
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -138,7 +138,7 @@ def configureLinuxProvisioners(vmCfg)
|
||||
|
||||
vmCfg.vm.provision "shell",
|
||||
privileged: false,
|
||||
path: './scripts/vagrant-linux-priv-ui.sh'
|
||||
path: './scripts/vagrant-linux-unpriv-ui.sh'
|
||||
|
||||
vmCfg.vm.provision "shell",
|
||||
privileged: true,
|
||||
|
||||
Reference in New Issue
Block a user