diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-07-19 18:14:27 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-07-19 18:14:27 +0000 |
| commit | 89ca19f2490807c0d559fd9e3f346370f32ec52c (patch) | |
| tree | 23e19063d64c50a4fa786c55e5a1db37f7d6f09e /roles/fas_server | |
| parent | b2d15762002d04fa872e225163c228fff9fdc72c (diff) | |
| download | ansible-89ca19f2490807c0d559fd9e3f346370f32ec52c.tar.gz ansible-89ca19f2490807c0d559fd9e3f346370f32ec52c.tar.xz ansible-89ca19f2490807c0d559fd9e3f346370f32ec52c.zip | |
Add fas2 hotfix for devos. Fixes ticket 4827
Diffstat (limited to 'roles/fas_server')
| -rw-r--r-- | roles/fas_server/files/fas2.py | 2 | ||||
| -rw-r--r-- | roles/fas_server/tasks/main.yml | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/roles/fas_server/files/fas2.py b/roles/fas_server/files/fas2.py index 6f7fdc1af..c568cbdb0 100644 --- a/roles/fas_server/files/fas2.py +++ b/roles/fas_server/files/fas2.py @@ -257,6 +257,8 @@ class AccountSystem(BaseClient): 169250: 'lsm5@fedoraproject.org', # John Dulaney: j_dulaney@live.com 149140: 'jdulaney@fedoraproject.org', + # Niels de Vos: niels@nixpanic.net + 102792: 'ndevos@redhat.com', } # A few people have an email account that is used in owners.list but # have setup a bugzilla account for their primary account system email diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml index 66f2b9bfc..07476c16f 100644 --- a/roles/fas_server/tasks/main.yml +++ b/roles/fas_server/tasks/main.yml @@ -345,3 +345,11 @@ tags: - config - fas + +- name: HOTFIX fas2.py in python-bugzilla to add a bugzilla override for ticket 4827 + copy: src=fas2.py dest=/usr/lib/python2.6/site-packages/fedora/client/fas2.py mode=644 owner=root group=root + when: master_fas_node == True + tags: + - config + - fas + - hotfixfas |
