From 586a87eb3cdb4495454a693cbdc8534d6e5942f6 Mon Sep 17 00:00:00 2001 From: 100gr <42538950+700grm@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:38:09 +0100 Subject: [PATCH] Updated order in packages Added "ol" Oracle Linux and moved "rhel" accordingly --- testinfra/modules/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testinfra/modules/package.py b/testinfra/modules/package.py index 2c015595..ed113d81 100644 --- a/testinfra/modules/package.py +++ b/testinfra/modules/package.py @@ -77,10 +77,11 @@ def get_module_class(cls, host): "centos", "cloudlinux", "fedora", + "ol", "opensuse-leap", "opensuse-tumbleweed", - "rocky", "rhel", + "rocky", ) ): return RpmPackage