mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix printing of reverse zones in ipa-dns-install.
This was forgotten in patch for ticket https://fedorahosted.org/freeipa/ticket/3575 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
c44f4dcbea
commit
47731f4584
@ -154,8 +154,8 @@ def main():
|
||||
reverse_zones = bindinstance.check_reverse_zones(ip_addresses,
|
||||
options.reverse_zones, options, options.unattended, True)
|
||||
|
||||
if reverse_zones is not None:
|
||||
print "Using reverse zone %s" % ', '.join(reverse_zones)
|
||||
if reverse_zones:
|
||||
print "Using reverse zone(s) %s" % ', '.join(reverse_zones)
|
||||
|
||||
conf_ntp = ntpinstance.NTPInstance(fstore).is_enabled()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user