X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..19292cce10ddff756c298142883712568c19bee3:/roles/elasticsearch.rb diff --git a/roles/elasticsearch.rb b/roles/elasticsearch.rb index ae0e2b6cc..59dcef23a 100644 --- a/roles/elasticsearch.rb +++ b/roles/elasticsearch.rb @@ -1,12 +1,6 @@ name "elasticsearch" description "Role applied to all elasticsearch servers" -default_attributes( - :apt => { - :sources => ["elasticsearch"] - } -) - run_list( "recipe[elasticsearch]" )