diff --git a/roles/fedmsg/base/templates/endpoints-pagure.py.j2 b/roles/fedmsg/base/templates/endpoints-pagure.py.j2 deleted file mode 100644 index 1c25838733..0000000000 --- a/roles/fedmsg/base/templates/endpoints-pagure.py.j2 +++ /dev/null @@ -1,13 +0,0 @@ -# This tells our nodes to also pull messages from pagure. -# Among those nodes is our public gateway which means that it will forward them -# back out to the public on "our bus". - -config = dict( - {% if env != 'staging' %} - endpoints={ - "pagure-public-relay": [ - "tcp://pagure01.fedoraproject.org:9940", - ], - }, - {% endif %} -)