X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/95c5b6eab1ab292c95ad3c1eb7ac729dee6757a5..662bd409683d121182a87f8c26a0b77d66e385f1:/cookbooks/squid/recipes/default.rb diff --git a/cookbooks/squid/recipes/default.rb b/cookbooks/squid/recipes/default.rb index e3faae46b..c2bd5b834 100644 --- a/cookbooks/squid/recipes/default.rb +++ b/cookbooks/squid/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: squid +# Cookbook:: squid # Recipe:: default # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -87,7 +87,7 @@ end address_families = %w[AF_UNIX AF_INET] -address_families << "AF_INET6" unless node.interfaces(:family => :inet6).empty? +# address_families << "AF_INET6" unless node.interfaces(:family => :inet6).empty? systemd_service "squid" do description "Squid caching proxy"