Browse Source

docs(readme): fix headings [skip ci]

tags/v3.0.2
Imran Iqbal 3 years ago
parent
commit
52abade182
No account linked to committer's email address
1 changed files with 7 additions and 8 deletions
  1. +7
    -8
      docs/README.rst

+ 7
- 8
docs/README.rst View File

.. _readme:
openssh-formula
===============


openssh
=======
|img_travis| |img_sr| |img_travis| |img_sr|


.. |img_travis| image:: https://travis-ci.com/saltstack-formulas/openssh-formula.svg?branch=master .. |img_travis| image:: https://travis-ci.com/saltstack-formulas/openssh-formula.svg?branch=master
``openssh.config_ini`` ``openssh.config_ini``
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^


Version of managing ``sshd_config`` that uses the
Version of managing ``sshd_config`` that uses the
`ini_managed.option_present <https://docs.saltstack.com/en/latest/ref/states/all/salt.states.ini_manage.html>`_ `ini_managed.option_present <https://docs.saltstack.com/en/latest/ref/states/all/salt.states.ini_manage.html>`_
state module, so it enables to override only one or
multiple values and keeping the defaults shipped by your
distribution.
state module, so it enables to override only one or
multiple values and keeping the defaults shipped by your
distribution.




``openssh.known_hosts`` ``openssh.known_hosts``
Manages the system wide ``/etc/ssh/moduli`` file. Manages the system wide ``/etc/ssh/moduli`` file.


``openssh._mapdata`` ``openssh._mapdata``
^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^


Testing state which dumps the ``map.jinja`` values in ``/tmp/salt_mapdata_dump.yaml``. Testing state which dumps the ``map.jinja`` values in ``/tmp/salt_mapdata_dump.yaml``.
This state is not called by any include but is mostly used by kitchen and Inspec infrastructure to validate ``map.jinja``. This state is not called by any include but is mostly used by kitchen and Inspec infrastructure to validate ``map.jinja``.

Loading…
Cancel
Save