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 w
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
> follo
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'],
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 manag