]> git.openstreetmap.org Git - chef.git/commitdiff
Fix server_url configuration
authorTom Hughes <tom@compton.nu>
Sun, 17 Mar 2019 13:31:53 +0000 (13:31 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 17 Mar 2019 13:31:53 +0000 (13:31 +0000)
cookbooks/web/resources/rails_port.rb

index de6f97ad8ae4936d8ba412e985839fe3fcc4b9ef..a404011c34223f5b53941747a5fa71f7c2eef22a 100644 (file)
@@ -312,7 +312,7 @@ action :create do
     "csp_report_url"
   ).reject { |_k, v| v.nil? }.merge(
     "server_protocol" => "https",
     "csp_report_url"
   ).reject { |_k, v| v.nil? }.merge(
     "server_protocol" => "https",
-    "server" => new_resource.site,
+    "server_url" => new_resource.site,
     "publisher_url" => "https://plus.google.com/111953119785824514010",
     "support_email" => "support@openstreetmap.org",
     "email_return_path" => "bounces@openstreetmap.org",
     "publisher_url" => "https://plus.google.com/111953119785824514010",
     "support_email" => "support@openstreetmap.org",
     "email_return_path" => "bounces@openstreetmap.org",