Vagrant objected to the underscore in the hostname
This commit is contained in:
parent
aaaea3559d
commit
f4d0e740c0
1 changed files with 1 additions and 1 deletions
2
vagrantSandbox/Vagrantfile
vendored
2
vagrantSandbox/Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
config.vm.synced_folder "..", "/FOAM-sources"
|
||||
|
||||
config.vm.hostname="vagrant_"+ (ENV["HOSTNAME"] || `hostname`.strip)
|
||||
config.vm.hostname="vagrant"+ (ENV["HOSTNAME"] || `hostname`.strip)
|
||||
|
||||
nrCPU=1
|
||||
if ENV["WM_VAGRANT_CPUS"]
|
||||
|
|
Reference in a new issue