mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Perform a small refactor to the installer code that chooses and verifies the hostname. In particular: - choice of hostname is separate from validation - read_host_name no longer performs validation - verify_fqdn is now called from one place - if/else branches are now "balanced" Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>