Skip to content

Commit

Permalink
Updated order in packages
Browse files Browse the repository at this point in the history
Added "ol" Oracle Linux and moved "rhel" accordingly
  • Loading branch information
700grm authored and philpep committed Nov 13, 2023
1 parent 4f714b4 commit 586a87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testinfra/modules/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ def get_module_class(cls, host):
"centos",
"cloudlinux",
"fedora",
"ol",
"opensuse-leap",
"opensuse-tumbleweed",
"rocky",
"rhel",
"rocky",
)
):
return RpmPackage
Expand Down

0 comments on commit 586a87e

Please sign in to comment.