fix typo in dhcp static mask

Change-Id: I9e60d16432c8277d5e9cb577ba894c17ee088b1f
This commit is contained in:
Yolanda Robla Mota 2016-10-07 16:04:54 +02:00
parent 724bf44094
commit 7b481ea0a0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ipv4_nameserver: <%= @ipv4_nameserver %>
vlan_id: <%= @vlan %>
dhcp_pool_start: <%= @dhcp_pool_start %>
dhcp_pool_end: <%= @dhcp_pool_end %>
dhcp_static_mask: <=% @dhcp_static_mask %>
dhcp_static_mask: <%= @dhcp_static_mask %>
inventory_dhcp: true
inventory_dhcp_static_ip: true
dib_os_element: "ubuntu-minimal"