Issue #15835 has been reported by Jerome Loyet. ---------------------------------------- Feature #15835: Allow environment to match not only purely alphanumeric but alphanumeric plus dash and underscore https://projects.puppetlabs.com/issues/15835
Author: Jerome Loyet Status: Unreviewed Priority: Normal Assignee: Category: API Target version: Affected Puppet version: Keywords: Branch: Environment is supposed to be purely alphanumeric It could be great to change the regex (/^\w+$/) to /^\w[\w-_]*$/ in order to allow dash and underscore to be valid characters for environments. I've pushed a pull request to github: https://github.com/puppetlabs/puppet/pull/1005 -- 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.
