From: Andy Allan Date: Thu, 11 Aug 2016 14:27:31 +0000 (+0100) Subject: Don't include the networking recipe X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6922bbdb6fbb5c8af223c1117d6d7e0b2d41f0ad Don't include the networking recipe It appears to be unnecessary. The cookbook dependency remains since there are firewall_rule providers used. Refs #81 --- 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