Merge pull request #33777 from sodium-chloride/2015.8-2016-0604-1939

Fix minor docstring issue of arg being missing
This commit is contained in:
Mike Place 2016-06-06 03:44:59 -07:00
commit bb4194bb79

View file

@ -1195,7 +1195,7 @@ def get_bufsize(iface):
.. code-block:: bash
salt '*' network.get_bufsize
salt '*' network.get_bufsize eth0
'''
if __grains__['kernel'] == 'Linux':
if os.path.exists('/sbin/ethtool'):