Spacing and formatting

This commit is contained in:
eric vz 2016-05-30 16:58:37 -05:00
parent 94c6378c6e
commit 490c2e0f19

View File

@ -235,6 +235,7 @@ def list_pkgs(versions_as_list=False, **kwargs):
__salt__['pkg_resource.stringify'](ret)
return ret
def group_list():
'''
.. versionadded:: ?
@ -311,6 +312,7 @@ def group_list():
return ret
def group_info(name):
pkgtypes = ('mandatory', 'optional', 'default', 'conditional')
@ -346,7 +348,7 @@ def group_diff(name):
Lists which of a group's packages are installed and which are not
installed
Compatible with yumpkg.group_diff for easy support of group_installed
Compatible with yumpkg.group_diff for easy support of state.pkg.group_installed
CLI Example:
@ -375,7 +377,6 @@ def group_diff(name):
return ret
def refresh_db(root=None):
'''
Just run a ``pacman -Sy``, return a dict::