Fix docs for salt.state.archive

Example sls is under-indented.
This commit is contained in:
Mark Lee 2013-12-22 12:24:14 -08:00
parent f385251aa8
commit b92458d3c0

View File

@ -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