diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-01-13 01:25:17 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-01-13 01:25:21 +0000 |
commit | 4063fbb0696e231edcbaac9ccb315b0e1dba77bc (patch) | |
tree | 1352b0db81d6486a030daecb5b256a1340326859 | |
parent | 7dd802df374ad225b625650d8421f0c829143775 (diff) | |
download | ansible-4063fbb0696e231edcbaac9ccb315b0e1dba77bc.tar.gz ansible-4063fbb0696e231edcbaac9ccb315b0e1dba77bc.tar.xz ansible-4063fbb0696e231edcbaac9ccb315b0e1dba77bc.zip |
These policies were never correctly maintained. Disable nitpicky mode for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | roles/fedmsg/base/templates/policy.py.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 0e5734bfc..91a21075a 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -1,5 +1,5 @@ config = dict( - routing_nitpicky=True, + routing_nitpicky=False, 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 |