Edit

IABSD.fr/ports/sysutils/amazon-ssm-agent/patches/patch-agent_ssm_service_go

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-08-21 18:17:50
    Hash : a10ac6aa
    Message : Update to amazon-ssm-agent-3.3.5226.0.

  • sysutils/amazon-ssm-agent/patches/patch-agent_ssm_service_go
  • Index: agent/ssm/service.go
    --- agent/ssm/service.go.orig
    +++ agent/ssm/service.go
    @@ -288,7 +288,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)