From c177d23a33cfee60649acd1d55c61b6d1a835d93 Mon Sep 17 00:00:00 2001 From: shirou Date: Wed, 17 Mar 2021 22:32:10 +0900 Subject: [PATCH] [v3][host][linux] add suse to v3 following #1047 --- v3/host/host_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/host/host_linux.go b/v3/host/host_linux.go index 39488704b..c149eec2f 100644 --- a/v3/host/host_linux.go +++ b/v3/host/host_linux.go @@ -285,7 +285,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"