Apply krb5 no_canonicalize on all stg buildvms
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f916512e4f
commit
d058565b3f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
default_realm = STG.FEDORAPROJECT.ORG
|
default_realm = STG.FEDORAPROJECT.ORG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if inventory_hostname.startswith('buildvm-05.stg') %}
|
{% if inventory_hostname.startswith('buildvm') and env=="staging" %}
|
||||||
dns_canonicalize_hostname = false
|
dns_canonicalize_hostname = false
|
||||||
{% endif %}
|
{% endif %}
|
||||||
dns_lookup_realm = false
|
dns_lookup_realm = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue