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

enhancement : attribut path_xxx and path.xxx #352

Closed
goacid opened this issue Jul 31, 2015 · 0 comments
Closed

enhancement : attribut path_xxx and path.xxx #352

goacid opened this issue Jul 31, 2015 · 0 comments
Milestone

Comments

@goacid
Copy link

goacid commented Jul 31, 2015

Attribut path.xxx must be set for configuration file.
Attribut path_xxx must be set to define deployment path
So same information in two differents ways :

elasticsearch_configure 'elasticsearch' do
  configuration ({
    'path.conf' => node['elasticsearch'][node.chef_environment]['path']['conf'],
    'path.data' => node['elasticsearch'][node.chef_environment]['path']['data'],
    'path.logs' => node['elasticsearch'][node.chef_environment]['path']['logs']
  })
  path_conf node['elasticsearch'][node.chef_environment]['path']['conf']
  path_data node['elasticsearch'][node.chef_environment]['path']['data']
  path_logs node['elasticsearch'][node.chef_environment]['path']['logs']
@martinb3 martinb3 added this to the 1.1.x release milestone Aug 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants