X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0c9f4308c9617adcf6bb6ef1a5d4e81c4e4faadf..8d3c08fa5ec0a351555df7629083c7f54ad262fb:/cookbooks/munin/recipes/default.rb diff --git a/cookbooks/munin/recipes/default.rb b/cookbooks/munin/recipes/default.rb index 3bffa27a6..fb1225c2f 100644 --- a/cookbooks/munin/recipes/default.rb +++ b/cookbooks/munin/recipes/default.rb @@ -29,7 +29,7 @@ service "munin-node" do supports :status => true, :restart => true, :reload => true end -servers = search(:node, "recipes:munin\\:\\:server") +servers = search(:node, "recipes:munin\\:\\:server") # ~FC010 servers.each do |server| server.interfaces(:role => :external) do |interface|