Re: puppet-elasticsearch options

2014-07-21 Thread Andrej Rosenheinrich
Hi Richard, another question: you are creating the elasticsearch user and group somewhere in the module (havent found exactly where yet). My problem is that I have to create a directory for data_dir (on a different device) that is needed by the class (or instance, not sure), but I need the

Re: puppet-elasticsearch options

2014-07-01 Thread Richard Pijnenburg
Hi Andrej, Sorry for the late response. Didn't get an update email about it. As long as you don't setup an instance with the 'elasticsearch::instance' define it will only install the package but do nothing afterwards. I recently fixed that the default files from the packages are being removed

Re: puppet-elasticsearch options

2014-06-26 Thread Andrej Rosenheinrich
Hi Richard, thanks for your answer, it for sure helped! Still, I am puzzling with a few effects and questions: 1.) I am a bit confused by your class/instance idea. I can do something pretty simple like class { 'elasticsearch' : version = '0.90.7' } and it will install elasticsearch in the

Re: puppet-elasticsearch options

2014-06-20 Thread Richard Pijnenburg
Hi Andrej, Thank you for using the puppet module :-) The 'port' and 'discovery minimum' settings are both configuration settings for the elasticsearch.yml file. You can set those in the 'config' option variable, for example: elasticsearch::instance { 'instancename': config = { 'http.port' =

puppet-elasticsearch options

2014-06-19 Thread Andrej Rosenheinrich
Hi, i am playing around with puppet-easticsearch 0.4.0, works wells so far (thanks!), but I am missing a few options I havent seen in the documentation. As I couldnt figure it out immediately by reading the scripts, may be someone can help me fast on this: - there is an option to change the