SamSu 46169eefe0 Update cookbooks and roles
Change-Id: I832c3edd2114c6346c8f6f319b9c522662e0d158
2014-02-21 20:33:52 -08:00

12 lines
285 B
Plaintext

## Automaticlly generated by Chef
## DO NOT change the file, if want to change the IP address,
## please change the default attribute file of the cookbok "net"
##
DEVICE=<%= @eth %>
ONBOOT=yes
HWADDR=<%= @mac %>
TYPE=Ethernet
BOOTPROTO=static
IPADDR=<%= @ip %>
NETMASK=<%= @netmask %>