From 84e8e51bf9e852717504aa6373a39a53292d33a9 Mon Sep 17 00:00:00 2001 From: Mykola Terelia Date: Tue, 16 Mar 2021 18:16:30 +0200 Subject: [PATCH] Added missing distributions to the suse platform family --- host/host_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/host_linux.go b/host/host_linux.go index 739aa93b7..e2d20deab 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -281,7 +281,7 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil family = "fedora" case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm": family = "rhel" - case "suse", "opensuse", "sles": + case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp": family = "suse" case "gentoo": family = "gentoo"