docfix in win_dns_client and added missing timezone in salt/modules/win_timezone.py

This commit is contained in:
ran 2013-07-07 15:55:14 +03:00
parent 871c4f2399
commit 2dc3dfef63
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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