Merge branch 'master' of git://labs.riseup.net/shared-apt

This commit is contained in:
root 2011-04-02 07:53:38 +00:00
commit 63c7b5a643

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