diff options
| author | Ralph Bean <rbean@redhat.com> | 2015-12-03 19:16:15 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2015-12-03 19:16:15 +0000 |
| commit | 54ecf90097cce2c261f1bdbd59ccf29e4f8caefd (patch) | |
| tree | 6b5602b4a403c29fd0dff7af804ac2048efc36d1 /roles/fedmsg/base | |
| parent | ef3f431d58ebe17523744108e4e7fb75f30d1a2d (diff) | |
| download | ansible-54ecf90097cce2c261f1bdbd59ccf29e4f8caefd.tar.gz ansible-54ecf90097cce2c261f1bdbd59ccf29e4f8caefd.tar.xz ansible-54ecf90097cce2c261f1bdbd59ccf29e4f8caefd.zip | |
Try turning on the fedmsg routing_nitpicky bit.
Diffstat (limited to 'roles/fedmsg/base')
| -rw-r--r-- | roles/fedmsg/base/templates/policy.py.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 795dec0ff..0e5734bfc 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -1,4 +1,5 @@ config = dict( + routing_nitpicky=True, routing_policy={ # The gist here is that only messages signed by the # bodhi-app0{1,2,3,4,5,6,7,8} certificates may bear the |
