-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)
gpx_dir "/store/rails/gpx"
attachments_dir "/store/rails/attachments"
log_path "#{node[:web][:log_directory]}/rails.log"
gpx_dir "/store/rails/gpx"
attachments_dir "/store/rails/attachments"
log_path "#{node[:web][:log_directory]}/rails.log"
potlatch2_key web_passwords["potlatch2_key"]
id_key web_passwords["id_key"]
oauth_key web_passwords["oauth_key"]
piwik_configuration piwik_configuration
potlatch2_key web_passwords["potlatch2_key"]
id_key web_passwords["id_key"]
oauth_key web_passwords["oauth_key"]
piwik_configuration piwik_configuration