this is the homestead.yaml:

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: C:\Code
      to: /home/vagrant/Code

sites:
    - map: rd-cp.dev
      to: /home/vagrant/Code/rd-cp/public

databases:
    - homestead

when I run vagrant up I get a vm but /home/vagrant/Code is empty. The 
target folder exists, there just appears to be no attempt by vagrant to map 
to it.

Bootup says:

 default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /vagrant => 
C:/Users/me/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.5.0/virtualbox

no mention of Code. 


I've been back through the vagrantfile and it points to the right 
homestead.yaml, I've tried mapping C:\ and C:/ (I'm on a Windows box), I've 
set up a test directory and tried mapping to that and nothing works. That's 
the only homestead.yaml on the harddrive, there isn't a json file.


Any idea what I'm doing wrong?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/35513d1c-533f-4a93-9ccd-6a07795d1a5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to