Skip to content

Instantly share code, notes, and snippets.

@mohae
Created March 2, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohae/c50b019d09f52afc08b4 to your computer and use it in GitHub Desktop.
Save mohae/c50b019d09f52afc08b4 to your computer and use it in GitHub Desktop.
local:
Data failed to compile:
----------
Rendering SLS 'base:redis' failed: Unknown yaml render error; line 26
download-redis:
archive:
- extracted
- name: {{ root }}/redis-{{ version }}.tar.gz
- source: http://download.redis.io/releases/redis-{{ version }}.tar.gz
- source_hash: sha1={{ checksum }}
- archive_format: tar
- tar_options: z
- require:
- pkg: redis-dependencies
---
[...]
download-redis:
archive:
- extracted
- name: /etc/redis/redis-2.8.19.tar.gz
- source: http://download.redis.io/releases/redis-2.8.19.tar.gz
- source_hash: sha1={'checksum': '3e362f4770ac2fdbdce58a5aa951c1967e0facc8', 'algo': 'sha1'} <======================
- archive_format: tar
- tar_options: z
- require:
- pkg: redis-dependencies
[...]
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment