the civicrm settings location moved from <webroot>/wp-content/plugins/civicrm
to <webroot>/wp-content/uploads/civicrm
See https://civicrm.stackexchange.com/questions/25313/where-is-the-file-civicrm-settings-php-in-wp/25314#25314
line
end
-file "#{civicrm_directory}/civicrm.settings.php" do
+directory "/srv/supporting.openstreetmap.org/wp-content/uploads/civicrm" do
+ owner "www-data"
+ group "www-data"
+ mode "755"
+end
+
+file "/srv/supporting.openstreetmap.org/wp-content/uploads/civicrm/civicrm.settings.php" do
owner "wordpress"
group "wordpress"
mode "644"