diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index 76e4c5c2e9..f8802b0c18 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -28,9 +28,9 @@ HOSTNAME = '{{ inventory_hostname }}' IPA_REALM = '{{ ipa_realm }}' ENV_SUFFIX = '{{ env_suffix }}' if STAGING: - PAGURE_URL = 'https://src.stg.fedoraproject.org/pagure/' + PAGURE_URL = 'https://src.stg.fedoraproject.org/' else: - PAGURE_URL = 'https://src.fedoraproject.org/pagure/' + PAGURE_URL = 'https://src.fedoraproject.org/' # In case the above variables end up being filled in by Ansible if not PAGURE_URL.endswith('/'): PAGURE_URL = PAGURE_URL + '/'