Mindera / pm2-cookbook

Chef cookbook to install and manage PM2.
MIT License
23 stars 17 forks source link

Question: Installing without nodejs dependency #22

Open vernak2539 opened 8 years ago

vernak2539 commented 8 years ago

I was wondering if there was a way to use this cookbook without the nodejs dependency. I'm using the nvm cookbook to install node and would like to install pm2 for the version of node I designated there. Any ideas?

miguelcnf commented 8 years ago

It isn't possible at it is, but it should be trivial to have a feature guard to enable/disable the installation of node system wise.

Let me get #20 merged first (because it heavily changes the way the runtime and node packages are installed) and I'll have a stab at this.

vernak2539 commented 8 years ago

Amazing! Thanks @miguelcnf