From: michael spreng Date: Wed, 10 Jul 2024 15:21:28 +0000 (+0200) Subject: remove the old configuration file X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2241325a548ee57c49d829c04143928dc38b4a93 remove the old configuration file --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 399d06c52..2aed4f64f 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -235,6 +235,10 @@ file "/srv/supporting.openstreetmap.org/wp-content/uploads/civicrm/civicrm.setti content settings end +file "#{civicrm_directory}/civicrm.settings.php" do + action :delete +end + systemd_service "osmf-crm-jobs" do description "Run CRM jobs" exec_start "/usr/bin/php #{civicrm_directory}/civicrm/bin/cli.php -s supporting.openstreetmap.org -u batch -p \"#{passwords['batch']}\" -e Job -a execute"