Hi, On 07/22/2012 04:02 AM, Yanis Guenane wrote: > Hi All, > > I was trying to templatize some JSP page I would like to dynamically > generates but it looks like puppet doesn't like it. > > Common JSP tags are <% ... %> so I guess it's getting confused between > regular tags and jsp's one. > > This is an example of the trace it is givin me : > > /etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1:in > `result': compile error (SyntaxError) > /etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1: > syntax error, unexpected tIDENTIFIER, expecting $end > > > Is there any know way to deal with JSP pages ?
I don't know of a simple way. You probably need to escape all JSP tags (which doesn't seem to be worth the hassle, really ;) Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
