up2date
This commit is contained in:
7
restic/client.sls
Normal file
7
restic/client.sls
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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
|
||||
|
||||
Reference in New Issue
Block a user