mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed normalize_name function
This commit is contained in:
parent
ad7fdda68b
commit
e797739a1b
1 changed files with 0 additions and 10 deletions
|
@ -44,16 +44,6 @@ def __virtual__():
|
|||
return False
|
||||
|
||||
|
||||
def normalize_name(name):
|
||||
'''
|
||||
This function needed for the pkg state module
|
||||
:param str name:
|
||||
:return: name
|
||||
:rtype str:
|
||||
'''
|
||||
return name
|
||||
|
||||
|
||||
def latest_version(*names, **kwargs):
|
||||
'''
|
||||
Return the latest version of the named package available for upgrade or
|
||||
|
|
Loading…
Add table
Reference in a new issue