summaryrefslogtreecommitdiffstats
path: root/roles/pkgdb2
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2015-03-24 15:52:04 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2015-03-24 15:52:04 +0100
commit1c24caf7504d8d0c9b5d0b153d2cfa8e9b873ff9 (patch)
treeb716444812fc005e68fbd4145d52e5f0e058cf0b /roles/pkgdb2
parent04c59d4eeef97e10c2ca47f7cd298ff434527d76 (diff)
downloadansible-1c24caf7504d8d0c9b5d0b153d2cfa8e9b873ff9.tar.gz
ansible-1c24caf7504d8d0c9b5d0b153d2cfa8e9b873ff9.tar.xz
ansible-1c24caf7504d8d0c9b5d0b153d2cfa8e9b873ff9.zip
Turn off email notification for pkgdb
Diffstat (limited to 'roles/pkgdb2')
-rw-r--r--roles/pkgdb2/templates/pkgdb2.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg
index ad11f2371..ded3e2d12 100644
--- a/roles/pkgdb2/templates/pkgdb2.cfg
+++ b/roles/pkgdb2/templates/pkgdb2.cfg
@@ -65,8 +65,6 @@ PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
PKGDB2_FAS_INSECURE = True
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
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
@@ -74,12 +72,11 @@ FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
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
FAS_OPENID_ENDPOINT = 'https://id.fedoraproject.org/'
{% endif %}
+
## name of the user the pkgdb application can log in to FAS with
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'
## password of the user the pkgdb application can log in to FAS with
@@ -88,6 +85,8 @@ PKGDB2_FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
### pkgdb notifications
+## Pkgdb sends its notifications by email
+PKGDB2_EMAIL_NOTIFICATION = False
## Pkgdb broadcasts its notifications via fedmsg
PKGDB2_FEDMSG_NOTIFICATION = True
## Template to build the email address pkgdb sends its notifications to