puppet-unattended_upgrades icon indicating copy to clipboard operation
puppet-unattended_upgrades copied to clipboard

Unattended-upgrades for APT

Results 6 puppet-unattended_upgrades issues
Sort by recently updated
recently updated
newest added

#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues

tests-fail

Hi! It seems that on Debian machines running systemd (at least on Debian Buster), the `random_sleep` parameter is ignored. Indeed, apt transitioned from a cronjob to a systemd timer. `/etc/cron.daily/apt-compat`...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.23.0 - Ruby: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu] - Distribution: Debian GNU/Linux 12 (bookworm) - Module version: 8.0.0 ##...

needs-feedback

Since apt version 1.5~beta2, APT::Periodic can take intervals in seconds, minutes and hours by adding suffixes (s, m, or h), so you can get things like: ``` APT::Periodic::Unattended-Upgrade "3h"; ```...

good first issue

Please add the option to specify --allow-releaseinfo-change On manual update, system prompts ``` Get:12 https://dl.ubnt.com/unifi/debian stable InRelease [3023 B] E: Repository 'https://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-6.2'...

enhancement

I'd like us to consider the idea that this module should do a minimal diff with a default unattended-upgrades configuration. There are two main ways of doing so: 1. do...