Issue #17814 has been updated by Josh Cooper. Status changed from Unreviewed to Needs More Information
Hi Drew, can you provide some more information about how to reproduce this? Typically, you define a new type as follows: <pre> Puppet::Type.newtype(:yourtype) do ... end </pre> And puppet automatically creates a provider parameter for your type. Can you provide links to your type, provider and sample manifest that demonstrates the problem, ideally a single resource that can be executed via puppet apply? ---------------------------------------- Bug #17814: Invalid parameter provider for custom types/providers https://projects.puppetlabs.com/issues/17814#change-77508 Author: Drew Blessing Status: Needs More Information Priority: Urgent Assignee: Category: provider Target version: Affected Puppet version: 3.0.1 Keywords: Branch: In Puppet 3 I am getting an error on all definitions for custom types. It says "Error 400 on SERVER: Invalid parameter provider...". Provider should be a given parameter for custom types because otherwise there is no way to specify which provider should be used with it. This is potentially a very major bug. Please let me know how I can help so you're able to reproduce and fix the issue. -- 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.
