mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29463 from abednarik/debconf_fix_prereq_support
Add **kwargs to debconf.set.
This commit is contained in:
commit
9d11acc7db
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def set_file(name, source, template=None, context=None, defaults=None, **kwargs)
|
|||
return ret
|
||||
|
||||
|
||||
def set(name, data):
|
||||
def set(name, data, **kwargs):
|
||||
'''
|
||||
Set debconf selections
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue