search for: splunk_inputs

Displaying 1 result from an estimated 1 matches for "splunk_inputs".

2011 Nov 18
5
Puppet on windows: File resource problem
Anybody knows what this error, bellow, means, the target file, C:/Splunk/etc/system/local/inputs.conf, does exist. sometimes, if I delete the file, it does actually create it, but never update it if it exists and changed... The resource is defined as:     file { "splunk_inputs":        owner   => SYSTEM,        group => SYSTEM,        mode    => 664,        require => Exec["install_splunk"],        notify => Service["splunk"], path => "$splunk_home\\etc\\system\\local\\inputs.conf", content => template("gu_splu...