Skip to content

Support AL2023 / AMIgen9 without downstream ver == 2023 Jinja workarounds #3676

@tyesnyder-p3

Description

@tyesnyder-p3

Downstream site-localization content currently requires repeated Jinja special-casing for Amazon Linux 2023 / AMIgen9 systems, e.g.:

{%- if ver == 2023 %}
{%- set ver = 9 %}
{%- endif %}

This workaround appears in multiple files and would be better handled upstream in Watchmaker so downstream content does not need to duplicate this logic.

Request:

  • Add first-class AL2023 / AMIgen9 handling in Watchmaker platform detection
  • Allow downstream Salt content to rely on normalized version mapping

Context:
Observed during Watchmaker validation work for AL2023 / AMIgen9 EC2s in a multi-distro customer-environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    al2023Compliance content for Amazon Linux 2023

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions