mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set kwarg
This commit is contained in:
parent
b7324b5102
commit
0be3620715
1 changed files with 2 additions and 1 deletions
|
@ -578,6 +578,7 @@ def firmware_update(firmwarefile='', host='',
|
|||
|
||||
username = __pillar__['proxy']['admin_user']
|
||||
password = __pillar__['proxy']['admin_password']
|
||||
__salt__['dracr.update_firmware'](dest, host,
|
||||
__salt__['dracr.update_firmware'](dest,
|
||||
host=host,
|
||||
admin_username=username,
|
||||
admin_password=password)
|
||||
|
|
Loading…
Add table
Reference in a new issue