Windows 10 1903
---
ip: '192.168.10.10'
memory: 4096
cpus: 4
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: E:/Code/
to: /home/vagrant/Code
sites:
- map: domaindata.test
to: /home/vagrant/Code/domain-data/public
databases:
- domaindata
features:
- elasticsearch: 6
- ohmyzsh: true
There are errors in the configuration of this machine. Please fix
the following errors and try again:
shell provisioner:
* The shell provisioner's `env' option must be a hash.
Vagrant up doesn't work starting with commit mentioned above (checking out commit before that one or any v9 works fine)
https://laravel.com/docs/5.8/homestead#installing-optional-features
Change
features:
- elasticsearch: 6
to
features:
- elasticsearch:
version: 6
Thanks, didn't see syntax was additionally changed after 9.0.0
Most helpful comment
https://laravel.com/docs/5.8/homestead#installing-optional-features
Change
to