From 12dc010f4db27ff0893a27ce9e5f115d05b32ff8 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 18 Aug 2015 22:08:29 +0000 Subject: [PATCH] bodhi2: Disable strict_keys in the stg mash.conf --- roles/bodhi2/backend/templates/mash.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/bodhi2/backend/templates/mash.conf b/roles/bodhi2/backend/templates/mash.conf index fbbe0b5f5a..9d9e820d78 100644 --- a/roles/bodhi2/backend/templates/mash.conf +++ b/roles/bodhi2/backend/templates/mash.conf @@ -10,5 +10,9 @@ configdir = /etc/bodhi/ repodir = /mnt/koji fork = True use_sqlite = True +{% if env == 'staging' %} +strict_keys = False +{% else %} strict_keys = True +{% endif %} max_delta_rpm_size = 1500000000