On Wed, Dec 18, 2013 at 8:33 AM, Giulio Eulisse <[email protected]>wrote: > > I've written a custom Package provider, however when I try to query for > packages using via: > > > puppet resource Package > > it only shows me those coming via the default provider. > > Any idea of what I might be doing wrong? I'm using 3.2.4. >
The provider is probably missing self.instances method required to populate this data. Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CACqVBqDagj_J6tU8QPtmzmTPr%2BET%2Bt78Zpmgo7YPhXYDmYbbpQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
