Skip to content

Commit

Permalink
Merge pull request #1050 from shirou/feature/v3_add_suse
Browse files Browse the repository at this point in the history
[v3][host][linux] add suse to v3 following #1047
  • Loading branch information
Lomanic committed Mar 19, 2021
2 parents 59c1f43 + c177d23 commit f69e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/host/host_linux.go
Expand Up @@ -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"
Expand Down

0 comments on commit f69e79f

Please sign in to comment.