Skip to content

Commit 32f4194

Browse files
committed
Merge tag 'v3.0.4' of github.com:ansiblebit/primogen
version 3.0.4
2 parents ab51b36 + faa8fe1 commit 32f4194

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)