Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filebeat-config-dir should support owner and group as params #127

Closed
lied opened this issue Aug 14, 2017 · 0 comments
Closed

filebeat-config-dir should support owner and group as params #127

lied opened this issue Aug 14, 2017 · 0 comments

Comments

@lied
Copy link

lied commented Aug 14, 2017

file {'filebeat-config-dir':                                                                                                                                                                                                        
         ensure  => $filebeat::directory_ensure,                                                                                                                                                                                           
          path    => $filebeat::config_dir,                                                                                                                                                                                                 
          owner   => 'root',                                                                                                                                                                                                                
          group   => 'root',                                                                                                                                                                                                                
          mode    => $filebeat::config_dir_mode,                                                                                                                                                                                            
          recurse => $filebeat::purge_conf_dir,                                                                                                                                                                                             
          purge   => $filebeat::purge_conf_dir,                                                                                                                                                                                             
          force   => true,                                                                                                                                                                                                               
}

The config.pp should also support setting of owner and group for /etc/filebeat/conf.d directory. I need my developers to setup own filebeat prospectors, cause they don't want to add prospectors via Puppet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants