Skip to content

Commit

Permalink
Merge pull request #1047 from m-terel/missing-suse-distributions
Browse files Browse the repository at this point in the history
Added missing distributions to the suse platform family
  • Loading branch information
shirou committed Mar 17, 2021
2 parents 2623881 + 84e8e51 commit 59c1f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/host_linux.go
Expand Up @@ -281,7 +281,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"
Expand Down

0 comments on commit 59c1f43

Please sign in to comment.