[Puppet-dev] Puppet 5 release planning

2017-02-27 Thread Eric Sorenson
Hi all - we're nearing the end of the Puppet 4.x series feature development. It's been almost two years since Puppet 4.0 dropped and it seems like an opportune time to start thinking about the next semver major. There was some discussion last year[0], but the development work is truly rolling f

[Puppet-dev] [ANN] Puppet agent 1.9.2 now available

2017-02-27 Thread Jorie Tappa
Puppet agent 1.9.2 has been released. This is a single component update, that includes bug fixes in Puppet 4.9.3. All other components in the Puppet agent package remain the same. You can read about the bugs fixed in the Puppet release notes: https://docs.puppet.com/puppet/4.9/release_notes.html

Re: [Puppet-dev] Re: Draft for new type and provider API

2017-02-27 Thread Shawn Ferry
> On Feb 27, 2017, at 9:59 AM, David Schmitt wrote: > > Commands > > To use CLI commands in a safe and comfortable manner, the implementation can > use the commands method to access shell commands. You can either use a full > path, or a bare command name. In the latter case puppet will use th

Re: [Puppet-dev] Re: Draft for new type and provider API

2017-02-27 Thread David Schmitt
Hi folks, I've written down the design in README format now. This should make for a easier to ingest from a module developer's perspective. Meanwhile I've also had a shot at a hardcoded implementation of this, and it is technically possible to implement this too. --- Resource API A *reso