<Directory /srv/tile.openstreetmap.org/html>
Options None
AllowOverride None
+<% if node[:lsb][:release].to_f >= 14.04 -%>
+ Require all granted
+<% else -%>
Order allow,deny
Allow from all
+<% end -%>
</Directory>
<Directory /srv/tile.openstreetmap.org/cgi-bin>
Options ExecCGI
AllowOverride None
+<% if node[:lsb][:release].to_f >= 14.04 -%>
+ Require all granted
+<% else -%>
Order allow,deny
Allow from all
+<% end -%>
</Directory>