sent_topics can't be a list, it has to be a single regexp
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
60c63ef0d3
commit
d083b291d3
48 changed files with 59 additions and 117 deletions
|
@ -21,8 +21,7 @@ messaging:
|
|||
- app_name: Copr build system
|
||||
key: copr
|
||||
username: copr
|
||||
sent_topics:
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
||||
# There is no python2 on F30
|
||||
nagios_Check_Services:
|
||||
dhcpd: false
|
||||
|
|
|
@ -21,8 +21,7 @@ messaging:
|
|||
- app_name: Copr build system
|
||||
key: copr
|
||||
username: copr
|
||||
sent_topics:
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
||||
nagios_Check_Services:
|
||||
dhcpd: false
|
||||
httpd: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue