sous-chefs/nodejs

Do not require specifying the shasum when fetching source

Open

#123 opened on Mar 11, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Ruby (188 forks)auto 404
Feature RequestHelp Wantedhacktoberfest

Repository metrics

Stars
 (228 stars)
PR merge metrics
 (PR metrics pending)

Description

If no shasum is provided the cookbook should attempt to fetch the SHASUMS.txt file, parse that file, and determine the shasum automatically. This would make it much easier to specify a version to install. We're doing this in the tomcat cookbook right now and it's working nicely.

Contributor guide