GitHub user lasinducharith opened a pull request:
https://github.com/apache/stratos/pull/25
New Node.js Cartridge+ agent extension
This PR will remove the existing nodejs puppet module. It uses the puppet
labs node.js puppet module (https://forge.puppetlabs.com/puppetlabs/nodejs)
instead. To install nodejs puppet module, you need to execute the command
'puppet module install puppetlabs-nodejs' in puppet master side which will
download and copy the nodejs puppet module and dependencies(stdlib, apt) to
/etc/puppet/modules.
Instead you can use the https://github.com/R-Rajkumar/puppetforge script by
Raj which installs external puppet modules by including the 'puppet module
install puppetlabs-nodejs' in the puppetforge.modules file and executing the
puppetforge.sh script.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lasinducharith/stratos nodejs_cartridge_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/stratos/pull/25.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #25
----
commit 4a72f7adb7798dac47e79d6b2772850820f3aff4
Author: lasinducharith <[email protected]>
Date: 2014-08-06T11:19:35Z
adding nodejs extension and changes to nodes.pp file
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---