Issue #1616 has been updated by James Turnbull. Target version deleted (unplanned)
---------------------------------------- Refactor #1616: The parser should use Environment instances to look up environment-specific settings https://projects.puppetlabs.com/issues/1616 Author: Luke Kanies Status: Closed Priority: Normal Assignee: Luke Kanies Category: unknown Target version: Affected Puppet version: 0.24.7 Keywords: Branch: Currently, the parser uses code like this to look up settings: <pre> Puppet.settings.value(:setting, environment) </pre> Environment instances have a <code>[]</code> method that looks up settings using the appropriate environment; the parser should be changed to use this style of lookup. -- 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.
