diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 833c57dc86..53417c3647 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -28,8 +28,8 @@ PREFERRED_URL_SCHEME='https' #DB_URL=postgres://user:pass@host/db_name DB_URL = 'postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}@{{ distgit_pagure_db_host }}/{{ distgit_pagure_db_name }}' -### The FAS group in which the admin of pagure are -ADMIN_GROUP = ['sysadmin-main'] +### FAS groups of pagure admins +ADMIN_GROUP = ['cvsadmin', 'sysadmin-main'] ### The email address to which the flask.log will send the errors (tracebacks) EMAIL_ERROR = 'pingou@pingoured.fr'