puppet-nodejs
puppet-nodejs copied to clipboard
Use a custom type within the nodejs::npm defined type
Currently the npm defined type uses some quite ugly blocks of code. Quite apart from the fact that this could put people off eating their dinner (which is probably quite delicious), things could be a simpler and more robust if a Custom Type was used instead, with nodejs::npm simply making calls to this custom type. Ideally most of code that invokes npm should be same in both the provider and in the defined type with the exception of one or two attributes.
:+1: i think i remember saying something along those lines in my innitial review of your refactor pr ;)
What's the status of this?
What's the status of this?
Still wanted