]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Fix some issues identified by rubocop
[chef.git] / cookbooks / web / recipes / rails.rb
index 1a8ef4122989c1861ba6cddc61e52b6142c65255..dd4260900c99c1cfe5319f1c845ec6a6b537f1c6 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