ports/sysutils/amazon-ssm-agent/patches/patch-agent_ssm_service_go

13 lines
448 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: agent/ssm/service.go
--- agent/ssm/service.go.orig
+++ agent/ssm/service.go
@@ -255,7 +255,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)
case "darwin":
params.PlatformType = aws.String(ssm.PlatformTypeMacOs)