Skip to content

Commit

Permalink
Missing RHEL distribution in package module (#731)
Browse files Browse the repository at this point in the history
Added "ol" Oracle Linux and moved "rhel" accordingly

---------

Co-authored-by: 100gr <v.aukhimovich@gmail.com>
  • Loading branch information
700grm and 100gr committed Nov 13, 2023
1 parent c99c289 commit 5af81c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testinfra/modules/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ def get_module_class(cls, host):
"centos",
"cloudlinux",
"fedora",
"ol",
"opensuse-leap",
"opensuse-tumbleweed",
"rhel",
"rocky",
)
):
Expand Down

0 comments on commit 5af81c8

Please sign in to comment.