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 5d67515 commit 4bfa2fbCopy full SHA for 4bfa2fb
node/binary.sls
@@ -1,6 +1,6 @@
1
{% set node = pillar.get('node', {}) -%}
2
{% set version = node.get('version', '5.4.0') -%}
3
-{% set checksum = node.get('checksum', 'f037e2734f52b9de63e6d4a4e80756477b843e6f106e0be05591a16b71ec2bd0') -%}
+{% set checksum = node.get('checksum', 'sha256=f037e2734f52b9de63e6d4a4e80756477b843e6f106e0be05591a16b71ec2bd0') -%}
4
{% if grains.get('osarch', {}) == 'armhf' -%}
5
{% set arch = 'armv7l' -%}
6
{% else -%}
0 commit comments