]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Don't include the networking recipe"
authorTom Hughes <tom@compton.nu>
Sun, 14 Aug 2016 13:21:15 +0000 (14:21 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Aug 2016 13:21:15 +0000 (14:21 +0100)
This reverts commit eb1313a389c4d7f517b78a0dfbe0f81f2d9095a2 as
munin stops collecting and data without the networking recipe.

cookbooks/munin/recipes/default.rb

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