diff --git a/roles/fas_server/files/fas2.py b/roles/fas_server/files/fas2.py index 6f7fdc1af0..c568cbdb05 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 66f2b9bfcb..07476c16f0 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