Hello,
I have a need to extend a default provider. Now whilst I can/will raise a request to add the required functionality to the blastwave.rb provider in the short-term what would be the best way to use my extended version.
I can add the updated provider to my global module which drops my custom versions in and pluginsync pulls that into $libdir fine.
But what is the lookup path list. Will Puppet go to $rubysitedir/... before $libdir or will my synced version get used first consistently ?
Thanks
Paul