Hello Nicolas, umm... I'm runing 0.25.1 - shouldn't I put it in:
modules/custom/lib/puppet/provider/package ? switching lib for plugins on 25 - right? I've got pluginsync = true in the puppet.conf on the Doing that, I'm now getting the following error: Could not autoload flatpkg: wrong number of arguments (2 for 1) err: Could not run Puppet configuration client: Invalid package provider 'flatpkg' at /<modulepath>/flattest/manifests/definitions/fpkg.pp:31 Regards, -Roy On Tue, Mar 23, 2010 at 1:55 PM, Nicolas Szalay <[email protected]>wrote: > put your provider in "modules/custom/plugins/puppet/provider/package" and > enable pluginsync > > > ----- "Roy Nielsen" <[email protected]> a écrit : > > | Hello Nigel, > | > | No, the message was on the client.. figured it out, I didn't have > | pluginsync set in /etc/puppet/puppet.conf on the client (thought I had > | changed it from factsync, but I hadn't) > | > | Now I get a different error, that I don't see when I manually copy the > | file: > | > | Could not autoload flatpkg: wrong number of arguments (2 for 1) > | err: Could not run Puppet configuration client: Invalid package > | provider 'flatpkg' at > | /Groups/roytest/modules/flattest/manifests/definitions/fpkg.pp:31 > | Do I need to do something special to get it to work from the module > | tree? > | > | Regards, > | -Roy > | > | > | On Tue, Mar 23, 2010 at 10:49 AM, Nigel Kersten < [email protected] > > | wrote: > | > | > | This error is on the server right? > | > | Does the problem go away if you copy the provider to > | /var/lib/puppet/provider/package/flatpkg.rb on the *server* ? > | > | > | > | > | > | On Tue, Mar 23, 2010 at 9:43 AM, Roy Nielsen < [email protected] > > | wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
