Hi Marc,

Have you tried removing that backslash? I don't think you need to escape
the colon.


Rich

On Friday, July 4, 2014, Marc Whittaker <marcwhitta...@gmail.com> 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 puppet-users+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','puppet-users%2bunsubscr...@googlegroups.com');>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/b08b25d5-621f-467c-96a2-92a2cf9231e2%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/b08b25d5-621f-467c-96a2-92a2cf9231e2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAPGcbtC%3DNKgj2MYy0qEUqk%3DAh2rxcSUR7Pb01MAkzRv2tAMg%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to