mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update aptpkg.py
This commit is contained in:
parent
cbe98d97a3
commit
892cc4cd48
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ def upgrade(refresh=True, dist_upgrade=False, **kwargs):
|
|||
|
||||
cmd.extend(['apt-get', '-q', '-y',
|
||||
'-o', 'DPkg::Options::={0}'.format(force_conf),
|
||||
'-o', 'DPkg::Options::=--force-confdef']
|
||||
'-o', 'DPkg::Options::=--force-confdef'])
|
||||
|
||||
if kwargs.get('force_yes', False):
|
||||
cmd.append('--force-yes')
|
||||
|
|
Loading…
Add table
Reference in a new issue