Skip to content

Commit

Permalink
Adding AlmaLinux and Rocky to package.py
Browse files Browse the repository at this point in the history
Adding AlmaLinux and Rocky to package.py for package detection
  • Loading branch information
srbala authored and philpep committed Jun 19, 2022
1 parent 9dfcd0a commit 395c641
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 @@ -73,8 +73,10 @@ def get_module_class(cls, host):
if host.system_info.distribution and (
host.system_info.distribution.lower()
in (
"almalinux",
"centos",
"fedora",
"rocky",
)
):
return RpmPackage
Expand Down

0 comments on commit 395c641

Please sign in to comment.