Issue #7935 has been reported by Stefan Schulte. ---------------------------------------- Refactor #7935: Refactor options property of ssh_authorized_key to use Puppet::Property::List https://projects.puppetlabs.com/issues/7935
Author: Stefan Schulte Status: Unreviewed Priority: Normal Assignee: Stefan Schulte Category: ssh Target version: Affected Puppet version: Keywords: Branch: When a user wants to set options for an ssh_authorized_key, the user has to provide an array for the options property. In my opinion the `options` property should then be a subclass of `Puppet::Property::List` (instead of `Puppet::Property`) This comes with two benefits: - the order of options becomes irrelevant - we dont need to overwrite the `is_to_s` and `should_to_s` methods to join the array when generating messages -- 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.
