X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8006ea3d0d2aa722837655be00e7d3d940527cea..9090dc57083219666a07af38d9ba2983a9b8d1f7:/cookbooks/logstash/recipes/default.rb diff --git a/cookbooks/logstash/recipes/default.rb b/cookbooks/logstash/recipes/default.rb index 3f2c98f91..cc28afab8 100644 --- a/cookbooks/logstash/recipes/default.rb +++ b/cookbooks/logstash/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -21,8 +21,10 @@ include_recipe "networking" keys = data_bag_item("logstash", "keys") -package "default-jre-headless" -package "logstash" +package %w[ + default-jre-headless + logstash +] cookbook_file "/var/lib/logstash/lumberjack.crt" do source "lumberjack.crt"