Skip to content

Late-bind variable interpolation via YAML tag #2

@jgraichen

Description

@jgraichen

Late-bind variable interpolation should be marked in the YAML file and finally handled by the tower e.g.:

# jinja | yamlet

data:
  var: 5
  result: !format "some late bound key with {data.val}"

This is much safer than late bound formatting the whole pillar but requires extensive interaction between the yamlet renderer and the salt tower.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttowerConcerning the tower ext_pillar itselfyamletConcerning the Yamlet renderer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions