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

9 lines
286 B
Ruby
Raw Normal View History

2014-01-27 10:13:56 +00:00
default.dhcp.domain.names = []
default.dhcp.domain.servers = []
default.dhcp.ntp_servers = []
default.dhcp.hosts = {}
default.dhcp.interfaces = ["eth0"]
2014-01-21 22:11:25 +00:00
default.dhcp.subnet.prefix = "192.168.2.0"
default.dhcp.subnet.netmask = "255.255.255.0"
default.dhcp.subnet.gateway = "192.168.2.1"