diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-09-15 20:26:55 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-09-15 20:27:02 +0000 |
commit | 08ab5dd6f06ffc62c20e87bfde5cd2b8ce6b0bc9 (patch) | |
tree | 229588b812f6815a3baeb929201682db651c167c | |
parent | c7ce009bdf31269ae54981264a852719384c2682 (diff) | |
download | ansible-08ab5dd6f06ffc62c20e87bfde5cd2b8ce6b0bc9.tar.gz ansible-08ab5dd6f06ffc62c20e87bfde5cd2b8ce6b0bc9.tar.xz ansible-08ab5dd6f06ffc62c20e87bfde5cd2b8ce6b0bc9.zip |
Add missing .stg.phx2.fp.o to krb5.conf. If env will be removed after freeze
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | roles/base/templates/krb5.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/base/templates/krb5.conf.j2 b/roles/base/templates/krb5.conf.j2 index 83b4b821a..c07504b45 100644 --- a/roles/base/templates/krb5.conf.j2 +++ b/roles/base/templates/krb5.conf.j2 @@ -25,5 +25,8 @@ [domain_realm] .fedoraproject.org = FEDORAPROJECT.ORG fedoraproject.org = FEDORAPROJECT.ORG +{% if env == "staging" %} + .stg.phx2.fedoraproject.org = STG.FEDORAPROJECT.ORG +{% endif %} .stg.fedoraproject.org = STG.FEDORAPROJECT.ORG stg.fedoraproject.org = STG.FEDORAPROJECT.ORG |