Greetings. I updated one of my boxes to 2.0.0 as a test, and either I'm
doing something very wrong or something changed from the recent 1.9.x
releases. The managed VM is a boring Ubuntu server box with guest tools
added.
When I "vagrant ssh" into the box, I no longer see the contents of the
local directory from the host in /vagrant. I see /vagrant, but it is empty.
The Vagrantfile is uninteresting:
Vagrant.configure("2") do |config|
config.vm.box = "common"
config.vm.provision "shell", path: "run_at_start.sh"
config.vm.define "common" do |common|
end
end
(The contents of run_at_start.sh can be anything, and it does get run if I
use the provision argument in the host CLI.)
Did the way of getting all the local files included in /vagrant in the
managed box?
--
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/CAPik8yb_zbRPBpjk_AN5TFREWsWDuHfdoAUMUwgAmRVR4AT2AA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.