added sles to the suse platform family
This commit is contained in:
parent
e146c2e08a
commit
2a0b67d19c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue