fix typo in dhcp static mask
Change-Id: I9e60d16432c8277d5e9cb577ba894c17ee088b1f
This commit is contained in:
parent
724bf44094
commit
7b481ea0a0
@ -8,7 +8,7 @@ ipv4_nameserver: <%= @ipv4_nameserver %>
|
|||||||
vlan_id: <%= @vlan %>
|
vlan_id: <%= @vlan %>
|
||||||
dhcp_pool_start: <%= @dhcp_pool_start %>
|
dhcp_pool_start: <%= @dhcp_pool_start %>
|
||||||
dhcp_pool_end: <%= @dhcp_pool_end %>
|
dhcp_pool_end: <%= @dhcp_pool_end %>
|
||||||
dhcp_static_mask: <=% @dhcp_static_mask %>
|
dhcp_static_mask: <%= @dhcp_static_mask %>
|
||||||
inventory_dhcp: true
|
inventory_dhcp: true
|
||||||
inventory_dhcp_static_ip: true
|
inventory_dhcp_static_ip: true
|
||||||
dib_os_element: "ubuntu-minimal"
|
dib_os_element: "ubuntu-minimal"
|
||||||
|
Loading…
Reference in New Issue
Block a user