Is it possible to set the synced folder id anymore on Vagrant 1.6? 

I've tried both 

config.vm.synced_folder "../web", "/var/www", id: "web"

config.vm.synced_folder "../web", "/var/www", :id => "web"

The problem is I need to account for windows machines and need to enabled 
symlinks using setextradata

vb.customize ["setextradata", :id, 
"VBoxInternal2/SharedFoldersEnableSymlinksCreate/web", "1"]

The issue is the synced folder id is "/var/www". And can't figure out how 
to execute setextradata with an id that contains a slash "/"

So need to either 

1) Set the folder id

2) Figure out how to setextradata on an id that contains a slash


Any ideas? 

Thanks!




-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to