Issue #14093 has been updated by Andrew Parker. Status changed from Duplicate to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1445
Although this looks like the same thing as #14094, it is actually a different problem. This bug means that the actual template used is wrong (it ends up coming from the `$string` variable), whereas the other bug points out that there are unanticipated effects from collisions between ruby methods and variables. A fix for this one can be found in https://github.com/puppetlabs/puppet/pull/1445 I mis-named my branch when I had the wrong bug number. ---------------------------------------- Bug #14093: variable called $string in scope prevents templates from working https://projects.puppetlabs.com/issues/14093#change-82431 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/1445 <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.
