diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-06-22 20:24:18 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-06-22 20:24:18 +0000 |
commit | c22d37865dc96d30a1a53768ff67131077cfc0f3 (patch) | |
tree | 3537898b613f315f169bad1cd9234ca56454bcf0 | |
parent | b812173dd65da46cc23ae9a93635cf11f83cd299 (diff) | |
download | ansible-c22d37865dc96d30a1a53768ff67131077cfc0f3.tar.gz ansible-c22d37865dc96d30a1a53768ff67131077cfc0f3.tar.xz ansible-c22d37865dc96d30a1a53768ff67131077cfc0f3.zip |
Make myself a FMN admin so I can adjust scm commits some.
-rw-r--r-- | roles/notifs/frontend/templates/fmn.web.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/notifs/frontend/templates/fmn.web.cfg b/roles/notifs/frontend/templates/fmn.web.cfg index 41f044755..7b3e7b03a 100644 --- a/roles/notifs/frontend/templates/fmn.web.cfg +++ b/roles/notifs/frontend/templates/fmn.web.cfg @@ -2,7 +2,7 @@ SECRET_KEY = '{{ notifs_secret_key }}' -FMN_ADMINS = ['ralph.id.fedoraproject.org', 'ralph.id.stg.fedoraproject.org'] +FMN_ADMINS = ['kevin.id.fedoraproject.org', 'kevin.id.stg.fedoraproject.org', 'ralph.id.fedoraproject.org', 'ralph.id.stg.fedoraproject.org'] {% if env == 'staging' %} FAS_OPENID_CHECK_CERT = False |