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

Fix ordering bug when using global_config_entry and managing npm #221

Closed ghoneycutt closed 8 years ago

ghoneycutt commented 8 years ago

When setting npm_package_ensure to present, without this commit, global_config_entry would run without npm being installed and error. This fixes that.

ghoneycutt commented 8 years ago

Thank you!