Skip to content

Commit

Permalink
Merge pull request #33778 from sodium-chloride/2015.5-2016-0604-1938
Browse files Browse the repository at this point in the history
Fix minor docstring issues
  • Loading branch information
Mike Place committed Jun 6, 2016
2 parents b913332 + a5fb6d7 commit fa983e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def get_bufsize(iface):
.. code-block:: bash
salt '*' network.getbufsize
salt '*' network.get_bufsize eth0
'''
if __grains__['kernel'] == 'Linux':
if os.path.exists('/sbin/ethtool'):
Expand Down

0 comments on commit fa983e9

Please sign in to comment.