From 26956ae0db52bed684221c08c74024a2c29bbce0 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 12 Aug 2016 12:29:29 -0400 Subject: [PATCH] Remove checksum attribute that seems to have no effect There are some [issues](https://github.com/redguide/nodejs/issues/127) in the nodejs recipe repo that seem to indicate others have had problems as well. --- cookbooks/pelias/attributes/external.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbooks/pelias/attributes/external.rb b/cookbooks/pelias/attributes/external.rb index d414a6d..39a648c 100644 --- a/cookbooks/pelias/attributes/external.rb +++ b/cookbooks/pelias/attributes/external.rb @@ -3,7 +3,6 @@ # nodejs default[:nodejs][:version] = '4.4.7' -default[:nodejs][:checksum_linux_x64] = '4e1578efc2a2cc67651413a05ccc4c5d43f6b4329c599901c556f24d93cd0508' # elasticsearch default[:elasticsearch][:version] = '1.7.3'