dnet-efg/group_vars/efg_portal_dev/main.yml: New ssh key for Christian Hess.

library/roles/redmine/templates/redmine_issue_reminder.cron.j2: Fix the execution path.
This commit is contained in:
Andrea Dell'Amico 2015-11-30 15:08:49 +01:00
parent 1ad7b44a05
commit ab01cc514d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{{ rm_issue_reminder_plugin_freq_min }} {{ rm_issue_reminder_plugin_freq_hour }} * * {{ rm_issue_reminder_plugin_freq_weekday }} {{ redmine_user }} /usr/local/bin/rake -f {{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/Rakefile --silent RAILS_ENV=production reminder:exec >{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/log/redmine-issue_reminder.log 2>&1
{{ rm_issue_reminder_plugin_freq_min }} {{ rm_issue_reminder_plugin_freq_hour }} * * {{ rm_issue_reminder_plugin_freq_weekday }} {{ redmine_user }} cd {{ redmine_glob_root_dir }}/{{ redmine_inst_dir }} ; bundle exec /usr/local/bin/rake -f {{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/Rakefile --silent RAILS_ENV=production reminder:exec >{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/log/redmine-issue_reminder.log 2>&1