Bug #36229
closedUbuntu installs do not enable upgrade repos by default anymore
Description
The change introduced by #35719 (applied in changeset 8498dedf4ce24cdbf521e43b72521453552218e3) results in updates repos not activated by default anymore.
The documentation in the template says the host parameter package_upgrade is true by default, but the code does not do that.
Updated by Bastian Schmidt over 1 year ago
Hey, thanks for your bug report!
I assumed the parameter to be true by default given by the other occurrences I found it in: https://github.com/theforeman/foreman/search?q=package_upgrade
But, I just realized the following default values per template for `package_upgradeĀ“:
- userdata_default: default=false
- kickstart_default_finish: default=true
- kickstart_default: default=true
Unfortunately, I cannot find the code where it might be default true/false. Just in `template_snapshot_service` it is true by default, but I assume this only applies for specific test cases.
Maybe, anyone else can verify this and I would create a PR changing the template documentation.
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9693 added
Updated by Bastian Schmidt over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|4381a7bb7fadf5c3c11f0976343b1b025edf5039.
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Triaged changed from No to Yes