projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3d9b73d
)
Configure server_protocol and server_url correctly
author
Tom Hughes
<tom@compton.nu>
Wed, 22 Mar 2017 18:53:39 +0000
(18:53 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 22 Mar 2017 18:53:39 +0000
(18:53 +0000)
cookbooks/web/definitions/rails_port.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/definitions/rails_port.rb
b/cookbooks/web/definitions/rails_port.rb
index fe60c1c641ffb74b7e7035baae68bef559f7d635..6d0c966abfff55308df752621c831c14ec4117d8 100644
(file)
--- a/
cookbooks/web/definitions/rails_port.rb
+++ b/
cookbooks/web/definitions/rails_port.rb
@@
-110,8
+110,8
@@
define :rails_port, :action => [:create, :enable] do
end
application_yml = edit_file "#{rails_directory}/config/example.application.yml" do |line|
end
application_yml = edit_file "#{rails_directory}/config/example.application.yml" do |line|
- line.gsub!(/^( *)
#
server_protocol:.*$/, "\\1server_protocol: \"https\"")
- line.gsub!(/^( *)
#
server_url:.*$/, "\\1server_url: \"#{name}\"")
+ 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\"")
line.gsub!(/^( *)#publisher_url:.*$/, "\\1publisher_url: \"https://plus.google.com/111953119785824514010\"")