aws / aws/amazon-ssm-agent

Domain join uses YUM instead of DNF

Open
#633 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.2k
Forks
357
PR merge metrics
No merged PRs in 30d

Description

The domain join plugin uses the yum command to add prerequisites for RHEL, RHEL-like, and Fedora distributions, but DNF replaced YUM with RHEL 8 in 2019 and and Fedora 22 in 2015. While many installs include the yum command as a symlink to dnf, it's not guaranteed to be there. Considering all supported versions of these operating systems use DNF, the scripts should be updated to use DNF.

Contributor guide

Open the contributing guide

Research direction

Start by locating the domain join plugin scripts that add prerequisites for RHEL, RHEL-like, and Fedora distributions. Check the supported operating-system versions and update the prerequisite installation command from YUM to DNF; done means those scripts no longer depend on the yum command.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
devops, operating-systems
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.