X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8c0b9f0dbbe0a852c6ae810830041c7221ec05e8..0afecc61be3839d1e6ac5c2048c0b1b6936d32bd:/cookbooks/web/resources/rails_port.rb 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,