I am using puppet 2.7 On Friday, 4 July 2014 13:11:49 UTC-4, Marc Whittaker wrote: > > 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/8751dc3a-7cec-4ed5-bc9e-f52ec165222a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
