Skip to content

Disable autoupgrades for Ubuntu

Stephane Armanet requested to merge disable_autoupgrades into master

WE want to disable unattended upgrades by default on ubuntu. Unattended upgrades is installed as a depency of some met packages so the implementation disable the period auto-upgrades in APT config (instead of removing the package). This can be overwritten for specific host by changing the variable post_install_system_autoupdates to TRUE

Merge request reports