diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index 8c7e359a5e..ac9b72ba56 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -114,7 +114,7 @@ DISCOURSE_URL = "https://discussion.fedoraproject.org/" CHROOT_NAME_RELEASE_ALIAS = {"epel-8": "rhelbeta-8"} {% if whitelist_emails is defined %} -WHITELIST_EMAILS = [ +ALLOWLIST_EMAILS = [ {% for recipient in whitelist_emails %} "{{ recipient }}", {% endfor %} diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 0b5f10d4b3..b0b0c6e11e 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -73,7 +73,7 @@ DISCOURSE_URL = "https://discussion.fedoraproject.org/" CHROOT_NAME_RELEASE_ALIAS = {"epel-8": "rhelbeta-8"} {% if whitelist_emails is defined %} -WHITELIST_EMAILS = [ +ALLOWLIST_EMAILS = [ {% for recipient in whitelist_emails %} "{{ recipient }}", {% endfor %}