diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2014-02-09 21:04:39 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2014-02-09 21:04:39 +0000 |
commit | cb5db8c1495e1a17d200b6e1808a4bf3dead27cc (patch) | |
tree | cf80edd2585a8fc18ce25def8ada63ed5d4a1ef2 | |
parent | a29a44b87ebcb4f700c787f8692001bc6f1bea53 (diff) | |
download | ansible-cb5db8c1495e1a17d200b6e1808a4bf3dead27cc.tar.gz ansible-cb5db8c1495e1a17d200b6e1808a4bf3dead27cc.tar.xz ansible-cb5db8c1495e1a17d200b6e1808a4bf3dead27cc.zip |
We sign for stg.fp.o, not id.stg.fp.o
-rw-r--r-- | roles/fedoauth/templates/fedoauth.stg.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedoauth/templates/fedoauth.stg.cfg b/roles/fedoauth/templates/fedoauth.stg.cfg index 5cb67a96b..23f893380 100644 --- a/roles/fedoauth/templates/fedoauth.stg.cfg +++ b/roles/fedoauth/templates/fedoauth.stg.cfg @@ -28,7 +28,7 @@ FAS_AVAILABLE_TO = [] # PERSONA CONFIGURATION # This is the domain for which we are willing to sign -PERSONA_DOMAIN = 'id.stg.fedoraproject.org' +PERSONA_DOMAIN = 'stg.fedoraproject.org' PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.stg.key' PERSONA_PRIVATE_KEY_PASSPHRASE = '{{ fedoauth_persona_key_passphrase }}' |