$OpenBSD: patch-agent_ssm_service_go,v 1.1.1.1 2017/01/04 09:05:40 ajacoutot Exp $
--- agent/ssm/service.go.orig	Wed Jul 20 20:08:03 2016
+++ agent/ssm/service.go	Mon Jan  2 18:32:52 2017
@@ -128,6 +128,8 @@ func (svc *sdkService) UpdateInstanceInformation(
 		params.PlatformType = aws.String(ssm.PlatformTypeWindows)
 	case "linux":
 		params.PlatformType = aws.String(ssm.PlatformTypeLinux)
+	case "openbsd":
+		params.PlatformType = aws.String(ssm.PlatformTypeLinux)
 	default:
 		return nil, fmt.Errorf("Cannot report platform type of unrecognized OS. %v", goOS)
 	}
