# limitations under the License.
#
-package "apt"
-package "gnupg-curl"
-package "update-notifier-common"
+package %w[
+ apt
+ gnupg-curl
+ update-notifier-common
+]
file "/etc/motd.tail" do
action :delete
key "D27D666CD88E42B4"
end
+apt_source "elasticsearch5.x" do
+ source_template "elasticsearch.list.erb"
+ url "https://artifacts.elastic.co/packages/5.x/apt"
+ key "D27D666CD88E42B4"
+end
+
apt_source "logstash" do
source_template "elasticsearch.list.erb"
url "http://packages.elasticsearch.org/logstash/2.3/debian"