mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
typo
This commit is contained in:
@@ -1085,7 +1085,7 @@ Name of network "foreman_managed" is key for define boot order
|
|||||||
```ruby
|
```ruby
|
||||||
config.vm.define :pxeclient do |pxeclient|
|
config.vm.define :pxeclient do |pxeclient|
|
||||||
pxeclient.vm.network :private_network,ip: '10.0.0.5',
|
pxeclient.vm.network :private_network,ip: '10.0.0.5',
|
||||||
libvirt__network_name: "foreman_managed".
|
libvirt__network_name: "foreman_managed",
|
||||||
libvirt__dhcp_enabled: false,
|
libvirt__dhcp_enabled: false,
|
||||||
libvirt__host_ip: '10.0.0.1'
|
libvirt__host_ip: '10.0.0.1'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user