From d3ac5125ce2b22cf87dbcd98a6eaf71e0f288440 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 19 Apr 2016 18:46:15 +0200 Subject: [PATCH] Remove unused hostname variables https://fedorahosted.org/freeipa/ticket/5794 Reviewed-By: David Kupka --- ipaserver/install/server/install.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py index 3c4a662df..5f5937b73 100644 --- a/ipaserver/install/server/install.py +++ b/ipaserver/install/server/install.py @@ -152,8 +152,6 @@ def write_cache(options): def read_host_name(host_default, no_host_dns=False): - host_name = "" - print("Enter the fully qualified domain name of the computer") print("on which you're setting up server software. Using the form") print(".") @@ -555,7 +553,6 @@ def install_check(installer): # utilities just use the hostname as returned by getaddrinfo to set # up some of the standard entries - host_default = "" if options.host_name: host_default = options.host_name else: