Skip to content

Commit

Permalink
cephadm: add AlmaLinux to supported distro
Browse files Browse the repository at this point in the history
AlmaLinux [1] is an open-source 1:1 binary compatible fork of RHEL.

[1] https://almalinux.org/

Signed-off-by: Dimitri Savineau <[email protected]>
  • Loading branch information
dsavineau committed Aug 5, 2021
1 parent 88f883d commit f450f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cephadm/cephadm
Original file line number Diff line number Diff line change
Expand Up @@ -6123,6 +6123,7 @@ class YumDnf(Packager):
'rhel': ('centos', 'el'),
'scientific': ('centos', 'el'),
'rocky': ('centos', 'el'),
'almalinux': ('centos', 'el'),
'fedora': ('fedora', 'fc'),
}

Expand Down

0 comments on commit f450f25

Please sign in to comment.