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

Remove legacy_debian_symlinks parameter #347

Closed juniorsysadmin closed 6 years ago

juniorsysadmin commented 6 years ago

The (default) NodeSource packages already create symlinks with alternatives by invoking update-alternatives as part of postinst for the deb package.

Remove this feature and therefore avoid circular symlinks.

Fixes #335