Lets say I'm running an instance of a box. How to include a file that physically resides in the same directory as box and vagrantfile? I suppose I need to state that in the vagrantfile. How should that include look?
My vagrantfile (excluding the comments) is:
Vagrant.configure("2") do |config|
config.vm.synced_folder ".", "/vagrant_data"
Running the box I get:
(...)
default: SSH auth method: private key
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
I can 'vagrant ssh' into it, but theres no /vagrant_data folder available