Hi Felix, On Thu, Feb 14, 2013 at 7:07 AM, Felix Frank <[email protected]> wrote: > So basically you want all generated files to use the same header > template? Hmm.
This is correct. > I believe what you want is another defined type that represents "the > header snippet for a specific pam config file" and declares a > concat::fragment "$name-header" or somesuch. Each of the other defined > types then contains an instance of this new type, probably not passing > more than the name. I've tried this approach and the problem you run into is when defining multiple pam::limits you create a duplicate declaration caused by pam::header being called for each instance. It attempts to create multiple headers. -- Later, Darin -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
