bartavelle/language-puppet

Add EPP support

PierreR opened this issue · 5 comments

Would it be to much of an effort to support https://puppet.com/docs/puppet/5.3/lang_template_epp.html

Cheers,

It would be a significant endeavor, as language-puppet works like "old puppet", where things are either statements or expressions. This won't cut it with templates, where most things are statement expressions.

This would be nice though!

link to #190 and #191 for discussion about rewriting the parser

I am looking into using a lexer that mimicks the original. This would have support for epp out of the box. However, it would require supporting expressions as statements, which would require a lot of changes in the parser :/

Cannot upgrade puppet-nginx to 0.14.0 because of this:

voxpupuli/puppet-nginx@v0.13.0...v0.14.0