Dont require signers group in staging

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-12 23:48:53 +00:00
parent d8a97f3b9b
commit 0f2261a044

View file

@ -14,11 +14,13 @@ client-listen-port: 44334
server-listen-port: 44333
# A Fedora account system group required for access to the signing server. If
# empty, no Fedora account check is done.
{% if env == "production" %}
required-fas-group: signers
# User name and password for an account on the Fedora account system that can
# be used to verify group memberships
fas-user-name: {{ fedoraDummyUser }}
fas-password: {{ fedoraDummyUserPassword }}
{% endif %}
[koji]
{% if inventory_hostname.startswith('sign') %}