From 0577dbb1ead6e0f827aebffe9fd712461a5aec21 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 13 Jun 2013 15:54:33 +0000 Subject: [PATCH] Try to dump the environment var to see what it is. --- files/fedmsg/base.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/fedmsg/base.py.j2 b/files/fedmsg/base.py.j2 index 489c93b006..9d6034e5fd 100644 --- a/files/fedmsg/base.py.j2 +++ b/files/fedmsg/base.py.j2 @@ -8,6 +8,8 @@ config = dict( environment="prod", {% endif %} + # XXX - the ansible environment var is "{{environment}}". + # This used to be set to 1 for safety, but it turns out it was # excessive. It is the number of seconds that fedmsg should sleep # after it has initialized, but before it begins to try and send any