11 lines
223 B
Ruby
11 lines
223 B
Ruby
|
include_recipe "minitest-handler"
|
||
|
include_recipe "apt"
|
||
|
include_recipe "ntp"
|
||
|
include_recipe "bind"
|
||
|
|
||
|
ifconfig node.main.head_node.internal_ip do
|
||
|
device node.main.head_node.internal_network_device
|
||
|
end
|
||
|
|
||
|
include_recipe "dhcp"
|