From: Tom Hughes Date: Sun, 14 Aug 2016 13:21:15 +0000 (+0100) Subject: Revert "Don't include the networking recipe" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/92ef4551d12f9f7b01ec07d0612f203b0c965e8a?ds=sidebyside Revert "Don't include the networking recipe" This reverts commit eb1313a389c4d7f517b78a0dfbe0f81f2d9095a2 as munin stops collecting and data without the networking recipe. --- 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