Re: [Puppet Users] Configuration for modules

2012-12-11 Thread Jakov Sosic
On 12/09/2012 06:15 AM, Nathan Ward wrote: If I were to set global parameters, would I need to define it like so: Splunk-monitor { parameter => blah } Splunk-user { the_same_parameter_again => blah } .. or is there a way to define global configuration for the parent that applies to both:

[Puppet Users] Configuration for modules

2012-12-08 Thread Nathan Ward
I'm writing a module (with new types and new providers) to configure Splunk (either main servers or forwarders) that uses the Splunk REST API. This API needs some authentication information, and I'd like that to be configurable per-host (ie per host that puppet agent runs on). Is there a standa