I want to do something like ...

config.vm.synced_folder ".", *vortex*,
        owner: *sshuser*,
        group: *sshuser*

... where *sshuser* is set after any provider-specific 
override.ssh.username action, and *vortex* is set based on the value of 
*sshuser*, like ...

*vortex* = *sshuser* == "root" ? "/root" : "/home/#{*sshuser*}"

But I can't figure out what to reference in my Vagrantfile when setting the 
value for *sshuser*.

I'm inexperienced with ruby and having a hard time finding what I need in 
the vagrant source.

-- 
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/groups/opt_out.

Reply via email to