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:
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