File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,8 @@ aws_s3_bucket_policies: []
406
406
407
407
# AWS Logs + slack notifications settings
408
408
aws_logs_slack_hook_url : " {{ mageops_notifications_slack_hook_url | default(None) }}"
409
- aws_logs_slack_channel : " {{ mageops_notifications_slack_channel }}"
409
+ aws_logs_slack_channel : " {{ mageops_notifications_slack_channel | default(none, true) }}"
410
+ aws_logs_slack_notifications : " {{ mageops_notifications_slack_enable }}"
410
411
411
412
aws_logs_loggers_persistent_default :
412
413
syslog : { enabled: yes }
@@ -1481,4 +1482,5 @@ ntp_timezone: "{{ mageops_timezone }}"
1481
1482
# -------- Notifications Common Settings --------
1482
1483
# -------------------------------------------------
1483
1484
1484
- mageops_notifications_slack_channel : " #mage-errors"
1485
+ mageops_notifications_slack_channel : ~
1486
+ mageops_notifications_slack_enable : " {{ mageops_notifications_slack_channel | default('') | length > 0 }}"
You can’t perform that action at this time.
0 commit comments