Module for configuring DNS Client on Windows systems
Configure the DNS server list from DHCP Server
Configure the DNS server list in the specified interface
Example:
config_dns_servers:
win_dns_client.dns_exists:
- servers:
- 8.8.8.8
- 8.8.8.9
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.