From 71a2623ebc1cf6d8245326be9dc82778d7ca246f Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 11 2020 19:49:08 +0000 Subject: Merge branch 'cboltz-static-master-mail' into 'production' static_master: redirect cron mails to admin-auto See merge request infra/salt!371 --- diff --git a/salt/profile/static/master.sls b/salt/profile/static/master.sls index ff318d9..013ffed 100644 --- a/salt/profile/static/master.sls +++ b/salt/profile/static/master.sls @@ -22,6 +22,12 @@ static_master_pgks: file.directory: - user: root +static_master_cron_mailto: + cron.env_present: + - name: MAILTO + - value: admin-auto@opensuse.org + - user: web_static + /home/web_static/bin/fetch_and_rsync_static: cron.present: - user: web_static