I am trying to include an erb file in puppet. But the file consists of lines like these:
<%@ taglib prefix="ww" uri="webwork" %>
<%@ taglib prefix="ui" uri="webwork" %>
<%@ taglib prefix="aui" uri="webwork" %>
<%@ taglib prefix="page" uri="sitemesh-page" %>
When I run puppet, this is showing a syntax error that says
'@ '
is not allowed as an instance variable name.
How can I escape this character @
?