This is an implementation of the Resource API specification.
Find a working example of a new-style providers in the Palo Alto Firewall module:
The puppet-resource_api
gem is part of Puppet from version 6 onward.
We welcome bug reports and pull requests on the Resource API so that we can continue to improve it to the best of our ability. If you would like to contribute, have a look at our GitHub and the Resource API Backlog.
There are still a few notable gaps between the implementation and the specification:
Restrictions of puppet:
supports_noop
is not effective, as puppet doesn't call into the type under noop at all.title
, provider
, or any of the metaparameters, as those are reserved by puppet itself.Future possibilities: