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"