Issue #5404 has been updated by Nigel Kersten. Status changed from Needs design decision to Accepted Assignee deleted (Nigel Kersten)
We definitely need to expose more settings at an environment rather than global level. ---------------------------------------- Feature #5404: config_version be environment aware https://projects.puppetlabs.com/issues/5404 Author: John Warburton Status: Accepted Priority: Normal Assignee: Category: plumbing Target version: Affected Puppet version: Keywords: Branch: I use config_version in a convoluted way to find which environment I am in. If it knew what ${settings::manifestdir} or even $environment was, life would be a little easier. The way I get around it is that my config_version script shells out a call to the node classifier (I'm one of the lucky ones who has one!) and greps for the environment Following up on http://groups.google.com/group/puppet-users/browse_thread/thread/dff5827577cfe48f/5a932450fc70077e?lnk=raot -- 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.
