voxpupuli / puppet-unattended_upgrades

Unattended-upgrades for APT
https://forge.puppet.com/puppet/unattended_upgrades
Apache License 2.0
34 stars 75 forks source link

Support passing dpkg options #251

Closed deric closed 1 month ago

deric commented 1 month ago

Support passing dpkg::options, as mentioned in documentation.

The setting will be applied globally, there's no way to pass the option to unattended upgrades only :disappointed:

smortex commented 1 month ago

The setting will be applied globally, there's no way to pass the option to unattended upgrades only 😞

That looks like a good reason to do this in your apt profile and not in your unattended_upgrade profile. :disappointed:

deric commented 1 month ago

@smortex You're right, it might be confusing. There's an open issue for supporting independent configuration file.