Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 16, 2020 05:29
Show Gist options
  • Save innyso/acf8b9b0e73cbff844d0 to your computer and use it in GitHub Desktop.
Save innyso/acf8b9b0e73cbff844d0 to your computer and use it in GitHub Desktop.
#hiera #escape #percentage

In hiera, when encounter a percentage symbol, it will try to interpolate it. In order to stop it from happening, make sure you quote the value

TIME_FORMAT: '%d/%m/%Y %H:%M:%S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment