Displaying 1 result from an estimated 1 matches for "admin_dns_serv".
Did you mean:
admin_dns_server
2009 May 29
0
[PATCH server] last patch to implement remote freeipa
...OCTET)
dhcp_stop = prompt_for_answer("Enter the dhcp pool end addess (example: 100):", :regex => OCTET)
dhcp_domain = prompt_for_answer("Enter the dhcp domain you wish to use (example: example.com):", :default => dnsdomainname.chomp, :regex => IP_OR_FQDN)
- admin_dns_server = interfaces[admin_dev]
+ if dns_servers == "y"
+ admin_dns_server = ns_list[0]
+ else
+ admin_dns_server = admin_ipaddr
+ end
admin_network_gateway = prompt_for_answer("Enter the network gateway for your Admin network (example: 192.168.50.254):", :...