Issue #17307 has been reported by Josh Cooper. ---------------------------------------- Bug #17307: Eliminate crazy `rename_files_in_uppercase` behavior https://projects.puppetlabs.com/issues/17307
Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: 3.x Affected Puppet version: 2.7.19 Keywords: ssl Branch: In puppet/indirector/ssl_file.rb, if a request is made for a specific ssl_file, e.g. myhost, then the `find` terminus method may rename an uppercase version of the file (MYHOST.pem) to the lowercase version (myhost.pem) and then load the model from the lowercased file. However, calling the `search` method doesn't do the same, so you don't get consistent results between `find` and `search`. Worse, `search` will return different results depending on whether `find` has ever been called (and renamed the uppercase file). This behavior is being deprecated in 2.7.x (#17129) and eliminated in 3.x. -- 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.
