mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Spacing and formatting
This commit is contained in:
parent
94c6378c6e
commit
490c2e0f19
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user