Ensure apt-listbugs is absent in dist-upgrade mode.
Else it will crash automatic upgrades.
This commit is contained in:
parent
8a9bea09e9
commit
c43bfac6b8
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ dist-upgrade -y -o APT::Get::Show-Upgraded=true
|
|||
ensure => absent,
|
||||
}
|
||||
|
||||
package { "apt-listbugs": ensure => absent }
|
||||
|
||||
config_file { "/etc/cron-apt/action.d/4-dist-upgrade":
|
||||
content => $action,
|
||||
require => Package[cron-apt]
|
||||
|
|
Loading…
Reference in a new issue