Fix ipa config in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ae239acee2
commit
d03729de0d
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ ipa_sync_enabled = True
|
|||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
{% if env == "staging" %}
|
||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'id.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'
|
||||
ipa_sync_server = 'ipa.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% else %}
|
||||
ipa_sync_principal = 'fas_sync@FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.phx2.fedoraproject.org'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue