Issue #17814 has been updated by Josh Cooper. Status changed from Re-opened to Needs More Information
If you have a puppet master and agent on the same host, they both load code from `:libdir`, see #18154. This can cause problems like you are describing. Agent B runs, pluginsyncs from Master A, and downloads the code into B's libdir. Only then can Master B load the code necessary to compile the catalog for Agent C. Try changing the agent's `:libdir` setting on each of these hosts, so that it doesn't conflict with the master running on the same host? Note don't change `:plugindest` due to #18459. ---------------------------------------- Bug #17814: Invalid parameter provider for custom types/providers https://projects.puppetlabs.com/issues/17814#change-81416 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.
