Skip to content

Commit c177d23

Browse files
committed
[v3][host][linux] add suse to v3 following #1047
1 parent 59c1f43 commit c177d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/host/host_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil
285285
family = "fedora"
286286
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm":
287287
family = "rhel"
288-
case "suse", "opensuse", "sles":
288+
case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp":
289289
family = "suse"
290290
case "gentoo":
291291
family = "gentoo"

0 commit comments

Comments
 (0)