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 4d369ce commit 6ae1068Copy full SHA for 6ae1068
node/binary.sls
@@ -28,7 +28,7 @@ Extract binary package:
28
- source_hash: {{ checksum }}
29
- source: /usr/local/src/{{ pkgname }}.tar.gz
30
- archive_format: tar
31
- - tar_options: {{ tar_options }}
+ - options: {{ tar_options }}
32
- if_missing: /usr/local/src/{{ pkgname }}
33
- require:
34
- file: Get binary package
0 commit comments