On Friday, August 31, 2012 3:37:48 PM UTC-5, Krzysztof Wilczynski wrote:
>
> Hi,
>
> Works fine for me:
>

>>>
More generally, the underlying ERB engine will treat anything in your 
template but outside ERB blocks (delimited by <% %> or <%= %> or <%# %>) as 
literal text, except for <%% (which is translated to <% in the output) and 
%%> (which is translated to %>).

Without the actual error message (or, apparently, the template that causes 
it) I can only speculate about what the problem may be, but one thing to 
look for would be proper closure of all ERB code blocks before the template 
text where the error is reported.


John



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/wqOG2_ci6ScJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to