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:
intrigeri 2011-02-18 22:41:36 +01:00
parent 840ea9ed9d
commit 14cd91de33

View file

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