I wanted to try stuff with CentOS 7 from Atlas, and notice some strange 
behavior.  Is this expected, or a bug?

*Vagrantfile*
# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
  config.vm.define "devbox", primary: true do |dev|
    dev.vm.box = "centos/7"
  end
end

When I go into this system, there's no /vagrant mounted, but there's an 
rsync'd folder in /home/vagrant/sync.  Is auto-mounting /vagrant no longer 
supported?

This doesn't happen with Trusty using ubuntu/trusty64.

-- 
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/87079dc5-4919-42aa-9dde-d1ba33ef91ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to