From d6150c32cd970a2d8e7af126ac48cb752f6a79e3 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 23 Jul 2013 22:49:23 +0200 Subject: Vagrant: Give Virtualbox VMs a name (Feature #2496) --- lib/leap_cli/commands/vagrant.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/leap_cli/commands/vagrant.rb b/lib/leap_cli/commands/vagrant.rb index 032fa36..f24cfb1 100644 --- a/lib/leap_cli/commands/vagrant.rb +++ b/lib/leap_cli/commands/vagrant.rb @@ -154,6 +154,7 @@ module LeapCli; module Commands lines << %[ config.vm.box_url = "http://download.leap.se/leap-debian.box"] lines << %[ config.vm.network :hostonly, "#{node.ip_address}", :netmask => "#{netmask}"] lines << %[ config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]] + lines << %[ config.vm.customize ["modifyvm", :id, "--name", "#{node.name}"]] lines << %[ #{leapfile.custom_vagrant_vm_line}] if leapfile.custom_vagrant_vm_line lines << %[ end] end -- cgit v1.2.3