]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Fix some rubocop detected style issues
[chef.git] / cookbooks / web / recipes / rails.rb
index 4731cc1e67e8bc17335ea6ca7a11e8501c7f0a09..bc10fac3980a681730d1655a6a12b24cf84ee673 100644 (file)
@@ -37,7 +37,7 @@ end
 
 rails_directory = "#{node[:web][:base_directory]}/rails"
 
-piwik_configuration = data_bag_item("web", "piwik").to_hash.reject do |k,v|
+piwik_configuration = data_bag_item("web", "piwik").to_hash.reject do |k, _|
   ["chef_type", "data_bag", "id"].include?(k)
 end
 
@@ -67,5 +67,4 @@ rails_port "www.openstreetmap.org" do
   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