Use shell provisioner
This commit is contained in:
parent
d7c27bbcf1
commit
d2e8a8de90
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -119,4 +119,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
# chef-validator, unless you changed the configuration.
|
# chef-validator, unless you changed the configuration.
|
||||||
#
|
#
|
||||||
# chef.validation_client_name = "ORGNAME-validator"
|
# chef.validation_client_name = "ORGNAME-validator"
|
||||||
|
|
||||||
|
# Shell provisioner
|
||||||
|
config.vm.provision "shell", path: "vagrant.sh"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user