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 c22f873 commit 137921cCopy full SHA for 137921c
node/binary.sls
@@ -20,7 +20,7 @@ Get binary package:
20
file.managed:
21
- name: /usr/local/src/{{ pkgname }}.tar.{{ format }}
22
- source: https://nodejs.org/dist/v{{ version }}/{{ pkgname }}.tar.{{ format }}
23
- - source_hash: {{ checksum }}
+ - source_hash: https://nodejs.org/dist/v{{ version }}/SHASUMS256.txt
24
25
Extract binary package:
26
archive.extracted:
0 commit comments