chef-lctp/site-cookbooks/dhcp/attributes/default.rb

8 lines
266 B
Ruby
Raw Normal View History

2014-01-21 22:11:25 +00:00
default.dhcp.domain.name = "privat"
default.dhcp.domain.server = "ns.privat"
default.dhcp.hosts = []
default.dhcp.interface = "eth0"
default.dhcp.subnet.prefix = "192.168.2.0"
default.dhcp.subnet.netmask = "255.255.255.0"
default.dhcp.subnet.gateway = "192.168.2.1"