Actions
Bug #3375
closed(ex PT/ Technique) APT package manager configuration: Cannot handle Ubuntu 12.04 and later
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the Technique APT package manager configuration, it is not possible to manage apt for Ubuntu 12.04 or later since the CFEngine variable $(apt_detected_distro) is not initialized.
We should found a more dynamic system or at least add a the new distros in the code:
@ -64,6 +64,14 @@ bundle agent check_apt_settings "apt_detected_distro" string => "maverick"; + ubuntu_precise:: + + "apt_detected_distro" string => "precise"; + + ubuntu_oneiric:: + + "apt_detected_distro" string => "oneiric"; + apt_installrecommends_edit:: "aptconf[APT::Install-Recommends]" string => "&APT_INSTALLRECOMMENDS&";
Updated by Matthieu CERDA over 11 years ago
- Target version changed from 2.3.11 to 2.3.12
Updated by Matthieu CERDA over 11 years ago
- Category set to Policy Templates
- Status changed from New to Pending technical review
- Assignee set to Matthieu CERDA
- Priority changed from N/A to 2
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/105
PR available
Updated by Matthieu CERDA over 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:d8d93b024769c6bb8bc1b3bdb8441d074c2054df.
Updated by Jonathan CLARKE over 11 years ago
Applied in changeset commit:12e948cda6e2050cc656718540d9a02274e2274a.
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Policy Templates to Techniques
Actions