ipaserver_test: Return generated domain_name

If ipaserver_domain is not given, the domain name is generated from the
host fqdn.

This generated value was so far not returned, but the empty given value
instead.
This commit is contained in:
Thomas Woerner
2024-03-11 14:02:51 +01:00
parent ce05b5e137
commit f8ff833b03

View File

@@ -1171,7 +1171,7 @@ def main():
changed=False,
ipa_python_version=IPA_PYTHON_VERSION,
# basic
domain=options.domain_name,
domain=domain_name,
realm=realm_name,
hostname=host_name,
_hostname_overridden=bool(options.host_name),