diff --git a/roles/bodhi2/backend/templates/mash.conf b/roles/bodhi2/backend/templates/mash.conf index e68d26af94..fbbe0b5f5a 100644 --- a/roles/bodhi2/backend/templates/mash.conf +++ b/roles/bodhi2/backend/templates/mash.conf @@ -1,5 +1,5 @@ [defaults] -{% if environment == 'staging' %} +{% if env == 'staging' %} buildhost = http://koji.stg.fedoraproject.org/kojihub {% else %} buildhost = http://koji.fedoraproject.org/kojihub