X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/882ba6642bbab954bf7a185464c2fafaac5cdd0b..3e9826e33150fe90d73676118a643b642d7736cc:/cookbooks/civicrm/recipes/default.rb 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"