Issue #1361 has been updated by Fujin. Status changed from Unreviewed to Accepted Target version changed from 0.24.4 to 0.24.5 Patch changed from Code to Insufficient
Hi, Please supply Rspec test specifications showing the old behaviour working, and your new behaviour correctly working as well. If you intend to (eventually) replace the old behaviour entirely, this will have to be accepted by James/Luke and moved into a deprecation cycle. Thanks :) ---------------------------------------- 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: 0.24.5 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 -~----------~----~----~----~------~----~------~--~---
