mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
docfix in win_dns_client and added missing timezone in salt/modules/win_timezone.py
This commit is contained in:
parent
871c4f2399
commit
2dc3dfef63
@ -319,6 +319,7 @@ LINTOWIN = {
|
||||
'Australia/Melbourne': 'AUS Eastern Standard Time',
|
||||
'CST6CDT': 'Central Standard Time',
|
||||
'EST5EDT': 'Eastern Standard Time',
|
||||
'Etc/UTC': 'UTC',
|
||||
'Etc/GMT': 'UTC',
|
||||
'Etc/GMT+1': 'Cape Verde Standard Time',
|
||||
'Etc/GMT+10': 'Hawaiian Standard Time',
|
||||
|
@ -17,7 +17,7 @@ def dns_exists(name, servers=None, interface='Local Area Connection'):
|
||||
Example::
|
||||
|
||||
config_dns_servers:
|
||||
network_win.dns_exists:
|
||||
win_dns_client.dns_exists:
|
||||
- servers:
|
||||
- 8.8.8.8
|
||||
- 8.8.8.9
|
||||
|
Loading…
Reference in New Issue
Block a user