Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

logstash_version config option not available #10

Open
petre opened this issue Feb 7, 2014 · 3 comments
Open

logstash_version config option not available #10

petre opened this issue Feb 7, 2014 · 3 comments

Comments

@petre
Copy link

petre commented Feb 7, 2014

Beaver 31 introduced a new option in the configuration file: logstash_version. The logstash_version needs to be set or Beaver will fail to start. Please enable this config option for the module, too.

@electrical
Copy link
Owner

Hi,

Im planning on a full rewrite of the module based on a new base structure.
I'll be starting on that next week.

thepwagner added a commit to delegosoftware/puppet-beaver that referenced this issue Mar 7, 2014
@igalic
Copy link

igalic commented Dec 1, 2014

hrm… @electrical any update on this?

@davidpando
Copy link

I worked around it by adding the following fragment to my wrapper class:

file_fragment { 'logstash_version_fragment' :                                                                                                                                                                                             
      tag     => "beaver_config_${::fqdn}",                                                                                                                                                                                                   
      content => "logstash_version:1\n",                                                                                                                                                                                                      
      order   => 11                                                                                                                                                                                                                           
    }  

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

No branches or pull requests

4 participants