Re: Puppet Enterprise elasticsearch config hash?

2014-04-22 Thread Chris Neal
Thanks Kelly. Are you using Puppet Enterprise or the Open Source version? It looks like all the examples are for the open source version, which I believe is where I'm hitting the snag. Your syntax looks just like mine, but getting Puppet Enterprise to accept it as a hash seems to be where the pr

Re: Puppet Enterprise elasticsearch config hash?

2014-04-22 Thread Kelly Sauke
This is what my class looks like using the same elasticsearch module in puppet and it works for me. class { 'elasticsearch': package_url => 'puppet:///extra_files/elasticsearch-1.1.0.noarch.rpm', java_install => true, config => { 'cluster' => {

Puppet Enterprise elasticsearch config hash?

2014-04-22 Thread Chris Neal
Hi all, This is most likely a noob question, so I apologize. I've googled as well and was not able to find an answer to this seeminly basic question. I'm using Puppet Enterprise 3.1.2 along with this module to install/manage Elasticsearch: https://forge.puppetlabs.com/elasticsearch/elasticsea