Issue #22868 has been reported by Trevor Vaughan. ---------------------------------------- Bug #22868: Puppet 3.X does not properly inherit 'commands' in providers. https://projects.puppetlabs.com/issues/22868
* Author: Trevor Vaughan * Status: Unreviewed * Priority: Normal * Assignee: * Category: provider * Target version: * Affected Puppet version: 3.3.1 * Keywords: provider, inheritance * Branch: ---------------------------------------- In Puppet 2.7, you could have one provider inherit another and the 'commands' options would be properly overridden if provided with the same name. In 3.X, the parent provider command is used. Interestingly, calling command(:command_name) returns the *correct answer* in 3.X, but the actual command called when running 'command_name', is the parent command. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
