example42 / puppet-splunk

Splunk Puppet Module
http://www.example42.com
Other
12 stars 29 forks source link

Unmanage puppet_manage_package user & group #19

Closed claytono closed 10 years ago

claytono commented 10 years ago

The splunk package install chowns everything under /opt/splunkforwarder to the splunk user. We can't have this file be owned by the splunk user when we create it, since the package hasn't been installed and the user doens't exist yet. We'll let Puppet create it with the default (probably root) and then let the Splunk package handle it from there. This way Puppet and Splunk don't bicker over who should manage the ownership.