main::head_node: use Debian Provider for ifconfig

This commit is contained in:
Jörg Thalheim 2014-01-22 10:32:14 +01:00
parent 00c012cd34
commit cbc5e3b091
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ include_recipe "ntp"
include_recipe "bind"
ifconfig node.main.head_node.internal_ip do
provider Chef::Provider::Ifconfig::Debian
device node.main.head_node.internal_network_device
end