]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Switch to emergency frontend only setup
[chef.git] / cookbooks / web / recipes / rails.rb
index 4731cc1e67e8bc17335ea6ca7a11e8501c7f0a09..29187b4e437e205265df1b4f44af939318bfb0ed 100644 (file)
@@ -37,8 +37,8 @@ end
 
 rails_directory = "#{node[:web][:base_directory]}/rails"
 
-piwik_configuration = data_bag_item("web", "piwik").to_hash.reject do |k,v|
-  ["chef_type", "data_bag", "id"].include?(k)
+piwik_configuration = data_bag_item("web", "piwik").to_hash.reject do |k, _|
+  %w(chef_type data_bag id).include?(k)
 end
 
 rails_port "www.openstreetmap.org" do
@@ -62,10 +62,9 @@ rails_port "www.openstreetmap.org" do
   gpx_dir "/store/rails/gpx"
   attachments_dir "/store/rails/attachments"
   log_path "#{node[:web][:log_directory]}/rails.log"
-  memcache_servers [ "rails1", "rails2", "rails3" ]
+  memcache_servers %w(193.63.75.99 193.63.75.100 193.63.75.103)
   potlatch2_key web_passwords["potlatch2_key"]
   id_key web_passwords["id_key"]
   oauth_key web_passwords["oauth_key"]
   piwik_configuration piwik_configuration
-  nominatim_url "http://open.mapquestapi.com/nominatim/v1/"
 end