[Puppet Users] Announcement: Resource API v1.0 release

2018-03-23 Thread David Schmitt
Hi all, We're pleased to announce that version 1.0 of the Resource API is being launched today. The Resource API provides a simple way to create new native resources in the form of types and providers for Puppet. It is provided as a Ruby gem to

Re: [Puppet Users] Re: rspec testing a custom puppet provider that has a parent

2018-03-23 Thread David Schmitt
On Thu, Mar 22, 2018 at 1:38 PM Bill Sirinek wrote: > My *type *file calls Puppet::Type.newtype() as you suggest, but the code > snippet you were referring to was for my *provider*, so I think > Puppet::Type.type(:myapp_config).provide > > is correct here. The type/provider itself actually works.