apt::cron::dist-upgrade: silently keep old version of conffiles.
This makes this class' behaviour consistent with the apt::dist_upgrade one and prevents stalled upgrades due to dpkg asking questions to a dumb robot.
This commit is contained in:
parent
840ea9ed9d
commit
14cd91de33
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class apt::cron::dist-upgrade inherits apt::cron::base {
|
||||
|
||||
$action = "autoclean -y
|
||||
dist-upgrade -y -o APT::Get::Show-Upgraded=true
|
||||
dist-upgrade -y -o APT::Get::Show-Upgraded=true -o 'DPkg::Options::=--force-confold'
|
||||
"
|
||||
|
||||
file { "/etc/cron-apt/action.d/3-download":
|
||||
|
|
Loading…
Reference in a new issue