added sles to the suse platform family

This commit is contained in:
Arturo Reuschenbach Puncernau 2019-05-24 11:33:07 +02:00
parent e146c2e08a
commit 2a0b67d19c
1 changed files with 1 additions and 1 deletions

View File

@ -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"