Skip to content

Commit 1752236

Browse files
committed
feat: set scope
1 parent 1c53128 commit 1752236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

salt/cms/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allow {{ userdir }} access:
3434
- require:
3535
- user: {{ user }}_user_exists
3636
37-
{{ set_cron_env(user, 'MAILTO', ','.join(entry.context.cron_contact | default(['root']) ) ) }}
37+
{{ set_cron_env(user, 'MAILTO', ','.join(entry.context.cron_contact | default(['root']) ), 'cms' ) }}
3838
3939
# Assumes that all PHP-FPM sites on the CMS server are WordPress.
4040
{% if entry.context.cron_ignore is defined %}

0 commit comments

Comments
 (0)