voxpupuli / puppet-nodejs

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

Use puppetlabs-apt to handle apt-transport-https #348

Closed juniorsysadmin closed 6 years ago

juniorsysadmin commented 6 years ago

puppetlabs-apt 4.4.0 now handles installation of apt-transport-https for a selection of Debian families: wheezy, jessie, stretch, trusty, xenial.

This change should also ensure that this module works on Debian 10, which no longer has the apt-transport-https package.

Fixes #345

juniorsysadmin commented 6 years ago

Breaking change as if you previously were using a Debian-flavour, but not using wheezy, jessie, stretch, trusty, xenial, you now need to handle installation of apt-transport-https yourself.