diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-08-18 12:50:23 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-08-18 12:50:23 +0200 |
| commit | 59cae641298be3f288ae0250bdf3a7a5b89a16b5 (patch) | |
| tree | a55e9215d851974a326020e38f915a946574268f /roles/pkgdb2/templates | |
| parent | afe1f6217db201bebcc92402ba79abfd90186ffd (diff) | |
| download | ansible-59cae641298be3f288ae0250bdf3a7a5b89a16b5.tar.gz ansible-59cae641298be3f288ae0250bdf3a7a5b89a16b5.tar.xz ansible-59cae641298be3f288ae0250bdf3a7a5b89a16b5.zip | |
Adjust the pkgdb2 configuration file to include the settings for the cron job
Diffstat (limited to 'roles/pkgdb2/templates')
| -rw-r--r-- | roles/pkgdb2/templates/pkgdb2.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index f33dc777d..1f8d00bac 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -46,6 +46,16 @@ PKGDB2_BUGZILLA_USER = '{{ bugzilla_user }}' PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}' +# Settings specific to the ``pkgdb-sync-bugzilla`` script/cron +PKGDB2_BUGZILLA_NOTIFY_EMAIL = [ + 'kevin@fedoraproject.org', + 'pingou@fedoraproject'] +BUGZILLA_COMPONENT_API = "component.get" +PKGDB2_BUGZILLA_NOTIFY_USER = '{{ bugzilla_user }}' +PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_user }}' +PKGDB2_BUGZILLA_DRY_RUN = False + + ### FAS information ## URL to the FAS instance to query |
