We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab51b36 + faa8fe1 commit 32f4194Copy full SHA for 32f4194
tests/Vagrantfile
@@ -24,7 +24,6 @@ Vagrant.configure('2') do |config|
24
config.vm.define box_name do |host|
25
26
host.vm.box = box_settings['box'] unless not box_settings.key? 'box'
27
- host.vm.hostname = box_name
28
29
host.vm.network box_settings['network']['name'], ip: box_settings['network']['ip'] unless box_settings.key? 'network'
30
0 commit comments