Hello, this is working :
elasticsearch::instance { 'es-01':
config => {
'network.host' => '0.0.0.0'
},
}
But as soon as I add some secrets
secrets => ...
I get :
no parameter named 'configdir' on Elasticsearch_keystore[es-01] (...) elasticsearch/manifests/instance.pp, line: 502
Any idea ?
Note : may be you could add a tag 'puppet' for topics.
Thanks in advance.