X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6e3452e72e6d11b796aacf1c17900d51cbb1783..c2623e1ade43795e85f045d576495453b53f4a1f:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index fb86c78f0..029c54b40 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,11 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :elasticsearch => { + :path => { + :data => "/store/elasticsearch" + } + }, :git => { :allowed_nodes => "*:*", :user => "chefrepo",