diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 91a21075a6..8cf1bf11af 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -22,6 +22,7 @@ config = dict( "{{topic}}": [ {% for cert in certs %} "{{ cert }}", + "fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", {% endfor %} ], {% endfor %}