X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/08d853efc90c809ebd90ac6832f80407769b92ba..985c2fc143fde1f5c74b587a617baf79e8c58db1:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 23edf0155..5b44be21f 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -19,7 +19,7 @@ include_recipe "squid" -tilecaches = search(:node, "roles:tilecache") +tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] } squid_fragment "tilecache" do template "squid.conf.erb"