You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of the native Puppet json providers lacks the instances class method, preventing the resource type from working with puppet resource and introspection. This also prevents prefetching from working within Puppet.
While working on the providers, also refactor the use of @conf to instead used @property_hash and @property_flush. This will bring the providers more in line with the official Puppet documentation, and other community resources like Gary's blog posts on the subject.
The text was updated successfully, but these errors were encountered:
Each of the native Puppet json providers lacks the
instances
class method, preventing the resource type from working withpuppet resource
and introspection. This also prevents prefetching from working within Puppet.While working on the providers, also refactor the use of @conf to instead used @property_hash and @property_flush. This will bring the providers more in line with the official Puppet documentation, and other community resources like Gary's blog posts on the subject.
The text was updated successfully, but these errors were encountered: