X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cf875dbc23ee225629984aace574d11c512c9bbe..e04617420b4bac3642d100626db7fbc939254d5c:/cookbooks/git/recipes/server.rb diff --git a/cookbooks/git/recipes/server.rb b/cookbooks/git/recipes/server.rb index c8077a303..1d308bf29 100644 --- a/cookbooks/git/recipes/server.rb +++ b/cookbooks/git/recipes/server.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -29,7 +29,7 @@ directory git_directory do end if node[:git][:allowed_nodes] - search(:node, node[:git][:allowed_nodes]).each do |n| + search(:node, node[:git][:allowed_nodes]).sort_by { |n| n[:fqdn] }.each do |n| n.interfaces(:role => :external).each do |interface| firewall_rule "accept-git" do action :accept