Issue #14093 has been updated by Andrew Parker. Branch changed from https://github.com/puppetlabs/puppet/pull/1445 to https://github.com/puppetlabs/puppet/pull/1446
Mislabeled the previous PR. It was marked for #14094, but does not address that. It only addresses this bug. <https://github.com/puppetlabs/puppet/pull/1446> ---------------------------------------- Bug #14093: variable called $string in scope prevents templates from working https://projects.puppetlabs.com/issues/14093#change-82432 Author: R.I. Pienaar Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1446 <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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
