[openshift/ipa-client] Fix krb5 config
There was a typo in krb5 config for staging machines as the naming convention is stg.iad2.fedoraproject.org and not iad2.stg.fedoraproject.org. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
d2972650c7
commit
e230842a0a
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,6 @@
|
|||
{{ datacenter }}.fedoraproject.org = FEDORAPROJECT.ORG
|
||||
.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
.{{ datacenter }}.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
{{ datacenter }}.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
.stg.{{ datacenter }}.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
stg.{{ datacenter }}.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||
{{ public_hostname }} = {{ ipa_realm }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue