Check that unattended upgrades are performed #499
Notifications
Total Time Spent: 1 hour 2 minutes
Due Date
greg
1 hour 2 minutes
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/chef#499
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I investigated this and found something missing in our Chef code. The apt cookbook sets
default['apt']['unattended_upgrades']['enable']
tofalse
, so the rest of the config is ignored and no unattended upgrade is performed since we do not overwrite it totrue
. Now I'm checking if the rest of the config is correct and works.greg referenced this issue2025-05-31 14:49:47 +00:00