mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Localfs should also be changed of course
This commit is contained in:
parent
9d9de67219
commit
3237d23e1c
1 changed files with 1 additions and 1 deletions
2
salt/cache/localfs.py
vendored
2
salt/cache/localfs.py
vendored
|
@ -112,7 +112,7 @@ def flush(bank, key=None):
|
|||
return True
|
||||
|
||||
|
||||
def list(bank):
|
||||
def getlist(bank):
|
||||
'''
|
||||
Return an iterable object containing all entries stored in the specified bank.
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue