We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c70b9 commit 2bfeb1eCopy full SHA for 2bfeb1e
node/pkg.sls
@@ -21,3 +21,6 @@ nodejs:
21
pkg.installed:
22
- name: {{ node.node_pkg }}
23
- reload_modules: true
24
+{%- if salt['pillar.get']('node:version') %}
25
+ - version: {{ node.version }}
26
+{%- endif %}
0 commit comments