Hi Everyone, I have run into an issue using puppet with hiera. The situation is I have the following in a yaml file
- marcstest1.password='Checking\: This' When I try to fill this into a file using a template similar to below this is what gets put into the file instead # General Settings <% props.each do |prop| -%> <%= prop %> <% end -%> marcstest1.password='Checking\This' when the expected result is marcstest1.password='Checking: This' Can anyone tell me what I am doing wrong? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b08b25d5-621f-467c-96a2-92a2cf9231e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
