Skip to content

Commit 137921c

Browse files
committed
Add support for reading remote hash list
1 parent c22f873 commit 137921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/binary.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get binary package:
2020
file.managed:
2121
- name: /usr/local/src/{{ pkgname }}.tar.{{ format }}
2222
- source: https://nodejs.org/dist/v{{ version }}/{{ pkgname }}.tar.{{ format }}
23-
- source_hash: {{ checksum }}
23+
- source_hash: https://nodejs.org/dist/v{{ version }}/SHASUMS256.txt
2424

2525
Extract binary package:
2626
archive.extracted:

0 commit comments

Comments
 (0)