From 241b2bd6b55f4c013a255681e427b2f3476de7b8 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 10 Oct 2014 22:18:36 +0000 Subject: [PATCH] enabling bodhi comments in taskotron production --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index a579e7a7cd..6aa1c053ae 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -34,11 +34,6 @@ reporting_enabled: True ## Fedora Update System (Bodhi). This requires that you have Bodhi ## credentials filled in secrets.conf. #report_to_bodhi: True -{% if deployment_type == 'prod' %} -# we don't have fakefedorainfra in prod and it's not turned on yet, don't -# report to bodhi -report_to_bodhi: False -{% endif %} ## Whether to send test results to the configured ResultsDB server. report_to_resultsdb: True