Skip to content

Commit

Permalink
Cleanup Salt docu.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Jul 8, 2021
1 parent f2b353b commit d6ea634
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions various/advset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ The SaltStack states
====================

If you want to deploy custom configuration settings, then you could
add additional Salt states. Please check out the SaltStack documentation
for more information how Salt and SLS files are working.

The |omv| SLS files are located in :code:`/srv/salt/omv/`.
add additional Salt states. Please check out the `SaltStack documentation <https://docs.saltproject.io/en/latest/>`_
for more information about how it works and how to use it.

The |omv| SLS files are located at :code:`/srv/salt/omv/`.

Add custom states
^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -103,6 +102,3 @@ Example::
mynetworks = 127.0.0.0/8 168.100.189.0/28

For more file modifications please have a look into the `file module <https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.file.html>`_

Please check the `Salt documentation <https://docs.saltproject.io/en/latest/>`_
to get more information how it works and how to use it.

0 comments on commit d6ea634

Please sign in to comment.