Skip to content

Commit 395c641

Browse files
srbalaphilpep
authored andcommitted
Adding AlmaLinux and Rocky to package.py
Adding AlmaLinux and Rocky to package.py for package detection
1 parent 9dfcd0a commit 395c641

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testinfra/modules/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ def get_module_class(cls, host):
7373
if host.system_info.distribution and (
7474
host.system_info.distribution.lower()
7575
in (
76+
"almalinux",
7677
"centos",
7778
"fedora",
79+
"rocky",
7880
)
7981
):
8082
return RpmPackage

0 commit comments

Comments
 (0)