From 92ef4551d12f9f7b01ec07d0612f203b0c965e8a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 14 Aug 2016 14:21:15 +0100 Subject: [PATCH] Revert "Don't include the networking recipe" This reverts commit eb1313a389c4d7f517b78a0dfbe0f81f2d9095a2 as munin stops collecting and data without the networking recipe. --- cookbooks/munin/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/munin/recipes/default.rb b/cookbooks/munin/recipes/default.rb index 677d79d5e..bcd9dd07e 100644 --- a/cookbooks/munin/recipes/default.rb +++ b/cookbooks/munin/recipes/default.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "networking" + package "munin-node" service "munin-node" do -- 2.43.2