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

Document NPM's behavior of adding a trailing slash to URL's #220

Closed ghoneycutt closed 8 years ago

ghoneycutt commented 8 years ago

This could save a lot of headaches wondering why Puppet is not behaving in an idempotent fashion.

ghoneycutt commented 8 years ago

Isn't that nice of npm :D

ghoneycutt commented 8 years ago

@jyaworski Could you please merge this one. It bit me this morning

ghoneycutt commented 8 years ago

Thank you!

igalic commented 8 years ago

couldn't we do this normalisation ourselves in the code? types have munge… not sure how to do that with defines though…