Skip to content

Commit faa8fe1

Browse files
committed
don't set Vagrant box hostname to overcome problem on vivid64.
1 parent 7256912 commit faa8fe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Vagrant.configure('2') do |config|
2424
config.vm.define box_name do |host|
2525

2626
host.vm.box = box_settings['box'] unless not box_settings.key? 'box'
27-
host.vm.hostname = box_name
2827

2928
host.vm.network box_settings['network']['name'], ip: box_settings['network']['ip'] unless box_settings.key? 'network'
3029

0 commit comments

Comments
 (0)