diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-10-12 16:40:54 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-10-12 16:40:54 +0000 |
commit | f0a1fee8e4840721017d04dc41ae74ed7207d28a (patch) | |
tree | 55a454d70f360a2b62507cae706c2b77ee685cb8 | |
parent | 38d16d89e93694727c3abee6740247fc897480fd (diff) | |
download | ansible-f0a1fee8e4840721017d04dc41ae74ed7207d28a.tar.gz ansible-f0a1fee8e4840721017d04dc41ae74ed7207d28a.tar.xz ansible-f0a1fee8e4840721017d04dc41ae74ed7207d28a.zip |
add another list to no fedmsgs on mailman01
-rw-r--r-- | roles/mailman/files/fedmsg-plugin-conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/mailman/files/fedmsg-plugin-conf.py b/roles/mailman/files/fedmsg-plugin-conf.py index e1f7732a9..92793a526 100644 --- a/roles/mailman/files/fedmsg-plugin-conf.py +++ b/roles/mailman/files/fedmsg-plugin-conf.py @@ -6,5 +6,6 @@ config = { 'cwg-private', # private list 'fesco', # private list 'security-private', # private list + 'diversity-private', # private list ], } |