$OpenBSD: patch-agent_ssm_service_go,v 1.3 2017/08/17 12:24:30 ajacoutot Exp $
Index: agent/ssm/service.go
--- agent/ssm/service.go.orig
+++ agent/ssm/service.go
@@ -249,7 +249,7 @@ func (svc *sdkService) UpdateInstanceInformation(
 	switch goOS {
 	case "windows":
 		params.PlatformType = aws.String(ssm.PlatformTypeWindows)
-	case "linux", "freebsd":
+	case "linux", "freebsd", "openbsd":
 		params.PlatformType = aws.String(ssm.PlatformTypeLinux)
 	default:
 		return nil, fmt.Errorf("Cannot report platform type of unrecognized OS. %v", goOS)
