From dfa70f8db0b9328ff6cc14927bf1b7f3926c9a10 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 24 Mar 2016 19:47:33 +0000 Subject: [PATCH] bodhi: Disable the pshell 'db' variable, which doesn't work at the moment --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 150b957e63..07bdbf8907 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -455,7 +455,7 @@ port = 6543 [pshell] m = bodhi.models -db = bodhi.models.DBSession +#db = bodhi.models.DBSession t = transaction # Begin logging configuration