diff options
Diffstat (limited to 'vagrant_support')
-rw-r--r-- | vagrant_support/cron.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant_support/cron.yml b/vagrant_support/cron.yml index e41d7d6f9..791ecf3f3 100644 --- a/vagrant_support/cron.yml +++ b/vagrant_support/cron.yml @@ -1,17 +1,20 @@ - name: set cron mailto cron: + name: set cron mailto env: yes name: MAILTO value: vagrant@localhost - name: cron remove-idle-group-members cron: + name: cron remove-idle-group-members hour: 7 minute: 0 job: 'cd /vagrant; ./scripts/remove_idle_group_members.pl' - name: cron collectstats cron: + name: cron collectstats hour: 7 minute: 0 job: 'cd /vagrant; ./collectstats.pl' @@ -19,12 +22,14 @@ - name: cron whine cron: + name: cron whine user: apache minute: '*/15' job: 'cd /vagrant; ./whine.pl' - name: cron clean-bug-user-last-visit cron: + name: cron clean-bug-user-last-visit user: apache hour: 7 minute: 0 @@ -32,6 +37,7 @@ - name: request nagger cron: + name: request nagger user: apache hour: 7 minute: 30 @@ -39,6 +45,7 @@ - name: userprofile cron: + name: userprofile user: apache hour: 7 minute: 30 |