Merge branch 'develop' of github.com:saltstack/salt into develop

This commit is contained in:
Thomas S Hatch 2012-03-26 23:18:07 -06:00
commit 56210fbf10

View File

@ -10,9 +10,9 @@ def wol(mac, bcast='255.255.255.255', destport=9):
CLI Example:: CLI Example::
salt-run 08-00-27-13-69-77 salt-run network.wol 08-00-27-13-69-77
salt-run 080027136977 255.255.255.255 7 salt-run network.wol 080027136977 255.255.255.255 7
salt-run 08:00:27:13:69:77 255.255.255.255 7 salt-run network.wol 08:00:27:13:69:77 255.255.255.255 7
''' '''
if len(mac) == 12: if len(mac) == 12:
pass pass