Windows 7でホームステッドlaravel vagrantを設定しようとすると、次のエラーが発生します。
C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb:205:in `parse':
(<unknown>): mapping values are not allowed in this context at line 13
column 9 (Psych::SyntaxError)
これは私のyamlファイルです:
authorize: C:/Users/Netanel/.ssh/id_rsa.pub
keys:
- C:/Users/Netanel/.ssh/id_rsa
folders:
- map:C:/projects
to: /home/vagrant/projects
sites:
- map: test.com
to: /home/vagrant/projects/test/public
variables:
- key: APP_ENV
value: local