diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index f0a0bc78ca..a564402883 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -33,7 +33,7 @@ PKGDB2_CACHE_KWARGS = { ### Bugzilla information ## Upon changes in pkgdb, update bugzilla -PKGDB2_BUGZILLA_NOTIFICATION = False +# PKGDB2_BUGZILLA_NOTIFICATION = False ## URL to the bugzilla instance to update PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com' ## name of the user the pkgdb application can log in to bugzilla with @@ -52,12 +52,16 @@ SITE_ROOT = 'https://admin.stg.fedoraproject.org' SITE_URL = '%s/pkgdb' % SITE_ROOT ## Pkgdb sends its notifications by email PKGDB2_EMAIL_NOTIFICATION = False +## Upon changes in pkgdb, update bugzilla +PKGDB2_BUGZILLA_NOTIFICATION = False {% else %} PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts' SITE_ROOT = 'https://admin.fedoraproject.org' SITE_URL = '%s/pkgdb' % SITE_ROOT ## Pkgdb sends its notifications by email PKGDB2_EMAIL_NOTIFICATION = True +## Upon changes in pkgdb, update bugzilla +PKGDB2_BUGZILLA_NOTIFICATION = True {% endif %} ## name of the user the pkgdb application can log in to FAS with PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'