]> git.openstreetmap.org Git - chef.git/commitdiff
Configure the publisher URL for rails port instances
authorTom Hughes <tom@compton.nu>
Wed, 22 Mar 2017 18:43:43 +0000 (18:43 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Mar 2017 18:43:43 +0000 (18:43 +0000)
cookbooks/web/definitions/rails_port.rb

index 6d2e09250dff05caf0eb8cb06964cacd50b44dae..a9a6590dbb5ac009b56a325a77d292e5f910ad2b 100644 (file)
@@ -112,6 +112,8 @@ define :rails_port, :action => [:create, :enable] do
     line.gsub!(/^( *)#server_protocol:.*$/, "\\1server_protocol: \"https\"")
     line.gsub!(/^( *)#server_url:.*$/, "\\1server_url: \"#{name}\"")
 
+    line.gsub!(/^( *)#publisher_url:.*$/, "\\1publisher_url: \"https://plus.google.com/111953119785824514010\"")
+
     if params[:email_from]
       line.gsub!(/^( *)email_from:.*$/, "\\1email_from: \"#{params[:email_from]}\"")
     end