Skip to content

Commit f6c8b57

Browse files
committed
Switch to old pillar.get because it appears this formula doesn't map
1 parent 2bfeb1e commit f6c8b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/pkg.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ nodejs:
2222
- name: {{ node.node_pkg }}
2323
- reload_modules: true
2424
{%- if salt['pillar.get']('node:version') %}
25-
- version: {{ node.version }}
25+
- version: {{ salt['pillar.get']('node:version') }}
2626
{%- endif %}

0 commit comments

Comments
 (0)