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.
2 parents 83c70b9 + f6c8b57 commit b139f1aCopy full SHA for b139f1a
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: {{ salt['pillar.get']('node:version') }}
26
+{%- endif %}
0 commit comments