From ace668ff8b39899cbc0774d25962b46838206919 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 27 May 2019 02:03:10 -0400 Subject: [PATCH] Defaults for nodeJS --- attributes/nodejs.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 attributes/nodejs.rb diff --git a/attributes/nodejs.rb b/attributes/nodejs.rb new file mode 100644 index 0000000..34fdaed --- /dev/null +++ b/attributes/nodejs.rb @@ -0,0 +1,4 @@ +default['NodeJS']['version'] = 8 +default['NodeJS']['working-dir'] = 'src/nodejs' +default['NodeJS']['exec_file'] = 'app.js' +default['NodeJS']['port'] = '8001'