Issue #1616 has been updated by luke. Target version changed from 0.25.0 to unplanned Affected version set to 0.24.7
---------------------------------------- Refactor #1616: The parser should use Environment instances to look up environment-specific settings http://projects.reductivelabs.com/issues/show/1616 Author: luke Status: Accepted Priority: Normal Assigned to: luke Category: unknown Target version: unplanned Affected version: 0.24.7 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
