From 2a0b67d19cda8a0a86de2bff4d2d95c8bca02e6a Mon Sep 17 00:00:00 2001 From: Arturo Reuschenbach Puncernau Date: Fri, 24 May 2019 11:33:07 +0200 Subject: [PATCH] added sles 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 49f52c9..8eab651 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -421,7 +421,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": + case "suse", "opensuse", "sles": family = "suse" case "gentoo": family = "gentoo"