mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Remove useless function
This function is not called if not present, so it serves no purpose
This commit is contained in:
parent
06f3309552
commit
ecbb78b649
@ -2357,18 +2357,6 @@ def file_dict(*packages):
|
|||||||
return __salt__['lowpkg.file_dict'](*packages)
|
return __salt__['lowpkg.file_dict'](*packages)
|
||||||
|
|
||||||
|
|
||||||
def expand_repo_def(repokwargs):
|
|
||||||
'''
|
|
||||||
Take a repository definition and expand it to the full pkg repository dict
|
|
||||||
that can be used for comparison. This is a helper function to make
|
|
||||||
certain repo managers sane for comparison in the pkgrepo states.
|
|
||||||
|
|
||||||
There is no use to calling this function via the CLI.
|
|
||||||
'''
|
|
||||||
# YUM doesn't need the data massaged.
|
|
||||||
return repokwargs
|
|
||||||
|
|
||||||
|
|
||||||
def owner(*paths):
|
def owner(*paths):
|
||||||
'''
|
'''
|
||||||
.. versionadded:: 2014.7.0
|
.. versionadded:: 2014.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user