$OpenBSD: patch-agent_ssm_service_go,v 1.8 2018/10/27 16:16:11 ajacoutot Exp $

Index: agent/ssm/service.go
--- agent/ssm/service.go.orig
+++ agent/ssm/service.go
@@ -265,7 +265,7 @@ func (svc *sdkService) UpdateInstanceInformation(
 	switch goOS {
 	case "windows":
 		params.PlatformType = aws.String(ssm.PlatformTypeWindows)
-	case "linux", "freebsd", "darwin":
+	case "linux", "freebsd", "darwin", "openbsd":
 		// darwin masquerades as Linux to bypass OS validation on
 		// the backend until official support can be added.
 		params.PlatformType = aws.String(ssm.PlatformTypeLinux)
