-
-
Notifications
You must be signed in to change notification settings - Fork 195
Description
Dear nodejs cookbook devs..
following your documented attributes (the defaults) it turns out you've got a more complex, non-valid documented setup.
if you follow it with the example it indicates:
node.default['nodejs']['binary']['checksum']['linux_x64'] = '656d8bff06cc5e108b83176f81de7e1eb16392ae0958ec4a7bca2a3a309333a1'
resulting in..
Option checksum's value {"linux_x64"=>"656d8bff06cc5e108b83176f81de7e1eb16392ae0958ec4a7bca2a3a309333a1", "linux_x86"=>"8fa2d952556c8b5aa37c077e2735c972c522510facaa4df76d4244be88f4dc0f", "linux_arm-pi"=>"52a0f6ed9c0be1ea5f79de6527c481c1b803edbea6413a4fdc65a45ad401565d"} does not match regular expression /^[a-zA-Z0-9]{64}$/
The only valid option for the url method is just node.default['nodejs']['binary']['checksum'] :-)
Not a killer bug or anything but would annoy someone less patient.
Cheers
Alex