From cbc5e3b091eda44379279b84ce37107954e3e00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 22 Jan 2014 10:32:14 +0100 Subject: [PATCH] main::head_node: use Debian Provider for ifconfig --- site-cookbooks/main/recipes/head_node.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/main/recipes/head_node.rb b/site-cookbooks/main/recipes/head_node.rb index 806adbd..30f5226 100644 --- a/site-cookbooks/main/recipes/head_node.rb +++ b/site-cookbooks/main/recipes/head_node.rb @@ -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