mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Remove old --setup-bind option
Since we are changing the behaviour of the --setup-dns option substantially, we might as well remove the old --setup-bind option.
This commit is contained in:
parent
fbda06269d
commit
b07d1b54f9
@ -79,9 +79,6 @@ def parse_options():
|
||||
default=False, help="Configure a CA instance")
|
||||
parser.add_option("--hostname", dest="host_name", help="fully qualified name of server")
|
||||
parser.add_option("--ip-address", dest="ip_address", help="Master Server IP Address")
|
||||
# FIXME: Remove this option
|
||||
parser.add_option("--setup-bind", dest="setup_dns", action="store_true",
|
||||
default=False, help="configure bind with our zone file")
|
||||
parser.add_option("--setup-dns", dest="setup_dns", action="store_true",
|
||||
default=False, help="configure bind with our zone")
|
||||
parser.add_option("--forwarder", dest="forwarders", action="append",
|
||||
|
Loading…
Reference in New Issue
Block a user