X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8c0b9f0dbbe0a852c6ae810830041c7221ec05e8..22bf736efc9c971696fbc42a910b84c9f3895260:/cookbooks/web/resources/rails_port.rb?ds=sidebyside diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index e92c03bd4..4825307b2 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -85,6 +85,7 @@ property :avatar_storage_url, String property :trace_image_storage_url, String property :trace_icon_storage_url, String property :tile_cdn_url, String +property :imagery_blacklist, Array action :create do package %W[ @@ -334,7 +335,8 @@ action :create do "avatar_storage_url", "trace_image_storage_url", "trace_icon_storage_url", - "tile_cdn_url" + "tile_cdn_url", + "imagery_blacklist" ).compact.merge( "server_protocol" => "https", "server_url" => new_resource.site,