[Puppet Users] [ANN] Resource API v1.4.2 Release

2018-08-09 Thread David Schmitt
Hi all, We're pleased to announce that version 1.4.2 of the Resource API is being released today. The Resource API provides a simple way to create new native resources in the form of types and providers for Puppet. Using a little bit of ruby, you can finally get rid of that brittle exec, or

[Puppet Users] Release and Archive repository changes for Puppet software

2018-08-09 Thread Rob Kenefeck
Hi Eric, when will this be happening? -- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the

[Puppet Users] Automatic parameter lookup including metaparameters

2018-08-09 Thread Michael Watters
Hello, Is it possible to define metaparameters for a resource in Hiera? For example, I have a class that is currently declared within another class as follows. if !defined(Class['autofs']) { class { 'autofs': require => [ Class['authconfig'],

Re: [Puppet Users] Automatic parameter lookup including metaparameters

2018-08-09 Thread Ben Ford
Hi Michael. Can you share the code you tried and the errors you ran into? On Thu, Aug 9, 2018 at 11:30 AM Michael Watters wrote: > Hello, > > Is it possible to define metaparameters for a resource in Hiera? For > example, I have a class that is currently declared within another class as >