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:
Mike Place 2015-12-21 14:31:49 -07:00
parent 52cc07cec9
commit 4cd77b4118

View file

@ -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