From 4bc7810fa3c896fa0058518a64f8c9d4c5114f2a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 2 Sep 2019 08:53:27 +0100 Subject: [PATCH] Drop publisher URL --- cookbooks/web/resources/rails_port.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 189c01bbf..5a1b9900d 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -165,8 +165,6 @@ action :create do line.gsub!(/^( *)server_protocol:.*$/, "\\1server_protocol: \"https\"") line.gsub!(/^( *)server_url:.*$/, "\\1server_url: \"#{new_resource.site}\"") - line.gsub!(/^( *)#publisher_url:.*$/, "\\1publisher_url: \"https://plus.google.com/111953119785824514010\"") - line.gsub!(/^( *)support_email:.*$/, "\\1support_email: \"support@openstreetmap.org\"") if new_resource.email_from @@ -325,7 +323,6 @@ action :create do ).reject { |_k, v| v.nil? }.merge( "server_protocol" => "https", "server_url" => new_resource.site, - "publisher_url" => "https://plus.google.com/111953119785824514010", "support_email" => "support@openstreetmap.org", "email_return_path" => "bounces@openstreetmap.org", "geonames_username" => "openstreetmap", -- 2.43.2