From 5cd121d6dd620d8979328c443b9809c77c71c21b Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 26 Sep 2011 11:34:16 +0200 Subject: Fix ipa-replica-prepare always warning the user about not using the system hostname. ticket 1717 --- install/tools/ipa-replica-prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/tools/ipa-replica-prepare') diff --git a/install/tools/ipa-replica-prepare b/install/tools/ipa-replica-prepare index c3601907a..16536b378 100755 --- a/install/tools/ipa-replica-prepare +++ b/install/tools/ipa-replica-prepare @@ -244,7 +244,7 @@ def main(): options.setup_pkinit = False try: - installutils.verify_fqdn(replica_fqdn) + installutils.verify_fqdn(replica_fqdn, system_name_check=False) except RuntimeError, e: msg = str(e) if msg.startswith('Unable to resolve host name'): -- cgit