Fixes T1992.
Details
Details
- Reviewers
DorianWinty - Maniphest Tasks
- T1992: Install patch on redhat family as part of core
- Commits
- rOPS685632a9b353: Install patch on RHEL-family servers
Deploy on Dwellers
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Passed - Unit
No Test Coverage - Branch
- patch
- Build Status
Buildable 5397 Build 5678: arc lint + arc unit
Event Timeline
Comment Actions
Ok, with wget/wget2 transition still problematic (unrelated to patch package).
Complector
$ salt -G "os_family:RedHat" state.sls_id sysadmin_utilities roles/core/userland-software […] docker-002: ---------- ID: sysadmin_utilities Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 12:11:36.567793 Duration: 218.91 ms Changes: Summary for docker-002 ------------ Succeeded: 1 Failed: 0 ------------ Total states run: 1 Total run time: 218.910 ms dwellers: ---------- ID: sysadmin_utilities Function: pkg.installed Result: False Comment: The following packages failed to install/update: wget The following packages were installed/updated: patch The following packages were already installed: bat, colordiff, nano, ripgrep, tree, nmap-ncat, net-tools, psmisc, tar Started: 12:11:36.284380 Duration: 8372.639 ms Changes: ---------- ed: ---------- new: 1.20-3.el10 old: patch: ---------- new: 2.7.6-25.el10 old: wget2: ---------- new: 2.1.0-8.el10 old: 2.1.0-7.el10 wget2-libs: ---------- new: 2.1.0-8.el10 old: 2.1.0-7.el10 wget2-wget: ---------- new: 2.1.0-8.el10 old: 2.1.0-7.el10 Summary for dwellers ------------ Succeeded: 0 (changed=1) Failed: 1 ------------ Total states run: 1 Total run time: 8.373 s […]