mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow kwargs to be passed to pacman provide for update func
Other providers do this. Pacman was probably just forgotten. Fixes #29880
This commit is contained in:
parent
52cc07cec9
commit
4cd77b4118
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ def install(name=None,
|
|||
return salt.utils.compare_dicts(old, new)
|
||||
|
||||
|
||||
def upgrade(refresh=False):
|
||||
def upgrade(refresh=False, **kwargs):
|
||||
'''
|
||||
Run a full system upgrade, a pacman -Syu
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue