Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Releases: willdurand/puppet-nodejs

1.6.1 — Documentation

03 Feb 13:31
Compare
Choose a tag to compare
  • Fixed: documentation

1.6.0

05 Jan 02:30
Compare
Choose a tag to compare
  • Added: expose NPM installed binaries via system $PATH
  • Fixed: use osfamily instead of operatingsystem to determine $gplusplus_package (#32)

1.5.1

28 Oct 13:38
Compare
Choose a tag to compare
  • Fixed: g++ package name for CentOS (#28)
  • Fixed: bad "require" caused issues (#25)

1.5.0

28 Oct 13:37
Compare
Choose a tag to compare
  • Fixed: npm install for nodejs versions below 0.6.3 (that is why it is a minor release)
  • Added: default symlink for npm again

1.4.0

25 Oct 08:11
Compare
Choose a tag to compare

Introduced is_binary_download_available check

Since version v0.10.0 nodejs.org provides binary files for download, running make_install => false for a version below v0.10.0 will trigger a puppet fail.

1.3.0

24 Oct 14:14
Compare
Choose a tag to compare
  • Added real support for multiple installed versions of nodejs
  • Dropped broken npm symlink

1.2.0

11 Oct 12:41
Compare
Choose a tag to compare
  • Added: just install npm for nodejs below v0.6.3
  • Changed: run ./configure instead of python configure
  • Fixed: Missing target option in npm-symlink
  • Documentation: mention wget dependency