Skip to content

Commit 20630ee

Browse files
authored
Merge pull request #299 from winem/node-14-support
Add support for nodejs 14 and list the variable on the README
2 parents 29ecd45 + 1015c14 commit 20630ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Below is the list of variables you can redefine in your playbook to customize st
5656
| `st2web_ssl_certificate_key` | `null` | String with custom SSL certificate secret key (`.key`). If not provided, self-signed certificate will be generated.
5757
| `st2web_nginx_config` | `null` | String with a custom nginx configuration file (`st2.conf`). If not provided, the default st2.conf will be used.
5858
| **st2chatops**
59+
| `nodejs_major_version` | `14` | The default fits st2chatops version >= 3.5.0.
5960
| `st2chatops_version` | `latest` | st2chatops version to install. `present` to install available package, `latest` to get automatic updates, or pin it to numeric version like `2.2.0` or with revision like `2.2.0-1`.
6061
| `st2chatops_st2_api_key` | | st2 API key to be updated in st2chatops.env using "st2 apikey create -k" in a task
6162
| `st2chatops_hubot_adapter` | | Hubot Adapter to be used for st2chatops. Default is `shell`, but should be changed to one of the [`supported adapters`](`https://github.com/StackStorm/ansible-st2/blob/master/roles/st2chatops/vars/main.yml`).[**Required**]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
# nodejs version to install
3-
nodejs_major_version: "10"
3+
nodejs_major_version: "14"

0 commit comments

Comments
 (0)