Skip to content

Wrong Output of nomad-pack render #687

@SirHamburger

Description

@SirHamburger

If nomad-pack render is used and the file contains

      template {
        destination = "config/logback.xml"
        data        = <<EOT
         %i
        EOT
      }

the %i is replaced with %!i(MISSING).
In this case the right output can be imitated in bash by | sed 's/%\!\([a-zA-Z]\)(MISSING)/%\1/g' but %-4444l will be interpreted as only %!l(MISSING).
In nomad-pack run it works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions