Files
salt-states/restic/client.sls
2020-05-09 13:50:53 -04:00

8 lines
198 B
Plaintext

{% from "restic/map.jinja" import url with context %}
'download restic':
cmd.run:
- name: 'wget {{url}} -O - | bzip2 -cd > /bin/restic ; chmod +x /bin/restic'
- unless: stat /bin/restic