Issue #7634 has been updated by Matthaus Litteken. Target version changed from 2.7.x to 2.7.0
---------------------------------------- Bug #7634: ERB's % trim mode (as used in help API) is foully bugged https://projects.puppetlabs.com/issues/7634 Author: Nick Fagerlund Status: Closed Priority: Normal Assignee: Category: Target version: 2.7.0 Affected Puppet version: Keywords: Branch: Ran into a situation with the help templates where I absolutely had to use a `<%= something -%>` tag (note the minus). It turns out that any template with such a tag will blow up fatally if the ERB object is instantiated with the `%` trim mode. So, we can't use it. I'm changing the trim mode to `-` and editing all the templates accordingly. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
