From ef11180e998d632abc0ff4431e0315dbb0c3a5be Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Aug 25 2019 14:01:01 +0000 Subject: run mail_reminder at a more appropriate time The mail text for the board meeting reminder says "tomorrow", and sending the mail at 11:42 UTC makes sure "tomorrow" is right even for Simon ;-) --- diff --git a/salt/profile/mail_reminder/init.sls b/salt/profile/mail_reminder/init.sls index 1043194..bc1948d 100644 --- a/salt/profile/mail_reminder/init.sls +++ b/salt/profile/mail_reminder/init.sls @@ -32,11 +32,11 @@ mail_reminder_cron_mailto: - identifier: git_pull - user: mail_reminder - minute: 40 - - hour: 0 + - hour: 11 '/home/mail_reminder/git/mail-reminder --no-debug': cron.present: - identifier: mailer - user: mail_reminder - minute: 42 - - hour: 0 + - hour: 11