Merge "Resolve Vagrant issue 1673"
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -91,6 +91,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.cache.scope = :box
|
||||
end
|
||||
|
||||
# NOTE(berendt): This solves the Ubuntu-specific Vagrant issue 1673.
|
||||
# https://github.com/mitchellh/vagrant/issues/1673
|
||||
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
|
||||
|
||||
config.vm.define "manager" do |manager|
|
||||
configure_vm("manager", manager.vm, conf)
|
||||
manager.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user