Issue #6789 has been updated by Daniel Pittman.
Luke Kanies wrote: > I definitely recommend the first pass just porting this directly over to > Faces - it should be a really simple port, given that the Faces design was > heavily influenced by this class. So, I started down this path, and it doesn't really map well. Every method call to the current code requires that you pass the CA as a Ruby object; this isn't possible to do from the command line. Were you envisioning a port, except that it grabbed the default CA, or that we added an option and defaulted it that way, or just that this wouldn't be used from the command line at all? ---------------------------------------- Feature #6789: Puppet::SSL::CertificateAuthority::Interface should be migrated to Interfaces https://projects.puppetlabs.com/issues/6789 Author: Luke Kanies Status: Accepted Priority: Normal Assignee: Daniel Pittman Category: Faces Target version: 2.7.x Affected Puppet version: development Keywords: Branch: Once we've got the interfaces work complete and merged in, we should migrate this class to use them, rather than standing on its own. It was a first-pass, poor-man's attempt at trying to define interfaces, but it wasn't general enough to be useful. Now that we have general interfaces, it's outlived its usefulness. -- 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.
