hiera-eyaml
hiera-eyaml copied to clipboard
Can't deploy lines starting with dash with eyaml
When trying to deploy a eyaml file and a line in my encrypted file starts with a dash "-", I can't deploy the file.
Example:
private-file: > DEC::PKCS7[---TEST---]!
If I add a single quote or other character (i.e. '---TEST---), it gets deployed without issues (but of course with the single quote)
Please help