Skip to content

Commit 8bce1a8

Browse files
committed
Updated order in packages
Added "ol" Oracle Linux and moved "rhel" accordingly
1 parent 4c858f9 commit 8bce1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testinfra/modules/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ def get_module_class(cls, host):
7777
"centos",
7878
"cloudlinux",
7979
"fedora",
80+
"ol",
8081
"opensuse-leap",
8182
"opensuse-tumbleweed",
82-
"rocky",
8383
"rhel",
84+
"rocky",
8485
)
8586
):
8687
return RpmPackage

0 commit comments

Comments
 (0)