Issue #1361 has been updated by luke.
Sorry; make the changes against the code in the 'ssl' subdirectory in the master branch. The 'sslcertificates' stuff is still there, but will become EOL'ed and unmaintained (and removed) as soon as possible. ---------------------------------------- Feature #1361: autosign only allows for hostname matching, rather than allow/deny blocks http://reductivelabs.com/redmine/issues/show/1361 Author: jhansen Status: Accepted Priority: Normal Assigned to: Category: Target version: unplanned Keywords: Complexity: Easy Patch: Insufficient Affected version: 0.24.4 Currently, autosign only allows hostname matching, rather than the more complete implementation of allow/deny available through the fileserver module. I've modified puppet/handler/ca.rb to process autosign.conf for hostnames as well as allow/deny configuration blocks. New behavior is to parse for allow/deny blocks, and then as a default, call auth.allow with the value of the line from autosign.conf. This should keep behavior backward compatible. As this is my first bit of ruby, as well as git patch, let me know if I need to do anything different. Jason ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
