This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Description
Am having issues with setting up my environment with our-boxen and nodejs.
I wanted to use v0.10.13 of nodejs and updated puppet-nodejs to 3.2.7 (Puppetfile) and included it in my script (.pp) as
nodejs { 'v0.10.13': }
but it shows me this error:
Error: Could not find dependent Exec[nodenv rehash after nodejs install] for Nodejs[v0.10.13]
I've tried all ways to install/implement nodejs as described in the readme.md but none succeeded. Even going down to v0.10.12 did not solve my issues.
I also tried to clean up with
package {'nodejs':
ensure => absent
}
but no differences.
So my question is how to fix this above mentioned error + how to clean-install nodejs with v0.10.13?