]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/apache.erb
Add tests for git cookbook
[chef.git] / cookbooks / git / templates / default / apache.erb
index 39a68012021f4da01ed44351dd409f0cdd532f76..67dc1913bd2f6b850d72c3f4918c58f7190a6d1c 100644 (file)
         <Location />
                   Require all granted
         </Location>
+<% unless @private_allowed.empty? -%>
 
         <Location /private>
                   Require ip <%= @private_allowed.sort.join(" ") %>
         </Location>
+<% end -%>
 
         <Location /private/chef.git>
                   Require all denied