Issue #5063 has been updated by Michael Stahnke. Status changed from Ready For Checkin to Closed
Changes have already been merged. Looks like ticket was not updated. In 2.7.x. ---------------------------------------- Refactor #5063: Internal global variable lookups should not be scoped https://projects.puppetlabs.com/issues/5063 Author: Markus Roberts Status: Closed Priority: Normal Assignee: Markus Roberts Category: Target version: 2.7.0 Affected Puppet version: Keywords: Branch: http://github.com/MarkusQ/puppet/tree/ticket/next/5063 Some functions internally refer to global variables/facts, specifically fqdn_rand (which uses $fqdn) and extlookup (which uses extlookup_precedence and extlookup_datadir). The lookup for these values should go directly to topscope rather than searching through the (dynamic) scope chain. -- 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.
