Issue #19561 has been reported by Anthony Ryan. ---------------------------------------- Feature #19561: Providers should be able to extend the type they implement https://projects.puppetlabs.com/issues/19561
Author: Anthony Ryan Status: Unreviewed Priority: Normal Assignee: Category: provider Target version: Affected Puppet version: Keywords: type provider extending Branch: Currently, the only way to extend a core type, such as the "package" type when defining a provider is to overwrite the original type, adding in newparams()'s and various attributes. It should be possible to achieve this using only the provider class. This will resolve issues where parameters are needed in a type for a single provider, such as install_options in the MSI provider. Additionally it would help allow providers to allow advanced functionality in a more future-proof way, inheriting changes to the core type with version changes. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
