]> git.openstreetmap.org Git - chef.git/commitdiff
Don't include the networking recipe
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 11 Aug 2016 14:27:31 +0000 (15:27 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Aug 2016 15:58:20 +0000 (16:58 +0100)
It appears to be unnecessary. The cookbook dependency remains
since there are firewall_rule providers used.

Refs #81

cookbooks/munin/recipes/default.rb

index bcd9dd07eba2a1d10871be91b400e847ce6de850..677d79d5ea3a1cb8e148df88df3bda1c58f44fc4 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-include_recipe "networking"
-
 package "munin-node"
 
 service "munin-node" do