Issue #14093 has been updated by Daniel Pittman. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #14093: variable called $string in scope prevents templates from working https://projects.puppetlabs.com/issues/14093#change-61118 Author: R.I. Pienaar Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: <pre> % FACTER_string="foo" puppet -e 'notice(inline_template("<%= Time.now %>"))' notice: Scope(Class[main]): foo </pre> Probably because https://github.com/puppetlabs/puppet/blob/master/lib/puppet/parser/templatewrapper.rb#L90-99 will overwrite the @string in the class tested against 2.6.x and master -- 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.
