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 c22f873 + 137921c commit 70507abCopy full SHA for 70507ab
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