mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
add removed to supported functions
This commit is contained in:
parent
0eddd18415
commit
7c07c185c9
@ -2178,6 +2178,7 @@ def mod_watch(name, **kwargs):
|
||||
sfun = kwargs.pop('sfun', None)
|
||||
mapfun = {'purged': purged,
|
||||
'latest': latest,
|
||||
'removed': removed,
|
||||
'wait': installed,
|
||||
'installed': installed}
|
||||
if sfun in mapfun:
|
||||
|
Loading…
Reference in New Issue
Block a user