voxpupuli / puppet-nodejs

Puppet module to install nodejs and global npm packages
https://forge.puppet.com/puppet/nodejs
Apache License 2.0
113 stars 247 forks source link

Use http instead of https (sic) for apt source #259

Closed mpdude closed 7 years ago

mpdude commented 7 years ago

This is a workaround for nodesource/distributions#388. deb.nodesource.com moved to CloudFront and some Linux distros (like Ubuntu 14.04) are unable to fetch packages from there because SSL with SNI is required.

A work-around is to fall back to HTTP for the time being. Note that this supposed not to impair package integrity checking, although I cannot tell whether this makes sense if the key is retrieved over HTTP as well.

mpdude commented 7 years ago

@ghusse indeed that seems to work!

mpdude commented 7 years ago

Looks like a fix for nodesource/distributions#388 is already being rolled out, might obsolete this PR.

juniorsysadmin commented 7 years ago

Underlying issue fixed by Nodesource