mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
update README. should say 'test_vm2' instead of 'test_vm1'
This commit is contained in:
@@ -244,7 +244,7 @@ An examples of network interface definitions:
|
|||||||
:libvirt__tcp_tunnel_port => '11111'
|
:libvirt__tcp_tunnel_port => '11111'
|
||||||
|
|
||||||
# Guest 2
|
# Guest 2
|
||||||
config.vm.define :test_vm1 do |test_vm1|
|
config.vm.define :test_vm2 do |test_vm2|
|
||||||
test_vm1.vm.network :private_network,
|
test_vm1.vm.network :private_network,
|
||||||
:libvirt__tcp_tunnel_type => 'client',
|
:libvirt__tcp_tunnel_type => 'client',
|
||||||
# default is 127.0.0.1 if omitted
|
# default is 127.0.0.1 if omitted
|
||||||
|
|||||||
Reference in New Issue
Block a user