From 6922bbdb6fbb5c8af223c1117d6d7e0b2d41f0ad Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 11 Aug 2016 15:27:31 +0100 Subject: [PATCH] Don't include the networking recipe It appears to be unnecessary. The cookbook dependency remains since there are firewall_rule providers used. Refs #81 --- cookbooks/munin/recipes/default.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/cookbooks/munin/recipes/default.rb b/cookbooks/munin/recipes/default.rb index bcd9dd07e..677d79d5e 100644 --- a/cookbooks/munin/recipes/default.rb +++ b/cookbooks/munin/recipes/default.rb @@ -17,8 +17,6 @@ # limitations under the License. # -include_recipe "networking" - package "munin-node" service "munin-node" do -- 2.43.2