mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix docs for salt.state.archive
Example sls is under-indented.
This commit is contained in:
parent
f385251aa8
commit
b92458d3c0
@ -23,15 +23,15 @@ def extracted(name,
|
|||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
graylog2-server:
|
graylog2-server:
|
||||||
archive:
|
archive:
|
||||||
- extracted
|
- extracted
|
||||||
- name: /opt/
|
- name: /opt/
|
||||||
- source: https://github.com/downloads/Graylog2/graylog2-server/graylog2-server-0.9.6p1.tar.gz
|
- source: https://github.com/downloads/Graylog2/graylog2-server/graylog2-server-0.9.6p1.tar.gz
|
||||||
- source_hash: md5=499ae16dcae71eeb7c3a30c75ea7a1a6
|
- source_hash: md5=499ae16dcae71eeb7c3a30c75ea7a1a6
|
||||||
- archive_format: tar
|
- archive_format: tar
|
||||||
- tar_options: z
|
- tar_options: z
|
||||||
- if_missing: /opt/graylog2-server-0.9.6p1/
|
- if_missing: /opt/graylog2-server-0.9.6p1/
|
||||||
|
|
||||||
name
|
name
|
||||||
Directory name where to extract the archive
|
Directory name where to extract the archive
|
||||||
|
Loading…
Reference in New Issue
Block a user