Merge pull request #29 from n-rodriguez/wip/doc
docs(readme): fix indentation
This commit is contained in:
commit
89c2559d3d
@ -40,25 +40,25 @@ Contributing to this repo
|
|||||||
Please see :ref:`How to contribute <CONTRIBUTING>` for more details.
|
Please see :ref:`How to contribute <CONTRIBUTING>` for more details.
|
||||||
|
|
||||||
Available states
|
Available states
|
||||||
================
|
----------------
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
``keepalived``
|
``keepalived``
|
||||||
--------------
|
^^^^^^^^^^^^^^
|
||||||
Installs and configures the keepalived package.
|
Installs and configures the keepalived package.
|
||||||
|
|
||||||
``keepalived.package``
|
``keepalived.package``
|
||||||
----------------------
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Installs the keepalived package.
|
Installs the keepalived package.
|
||||||
|
|
||||||
``keepalived.config``
|
``keepalived.config``
|
||||||
---------------------
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
This state manages the file ``keepalived.conf`` under ``/etc/keepalived`` (template found in "keepalived/files"). The configuration is populated by values in "keepalived/map.jinja" based on the package's default values (and RedHat, Debian, Suse and Arch family distribution specific values), which can then be overridden by values of the same name in pillar.
|
This state manages the file ``keepalived.conf`` under ``/etc/keepalived`` (template found in "keepalived/files"). The configuration is populated by values in "keepalived/map.jinja" based on the package's default values (and RedHat, Debian, Suse and Arch family distribution specific values), which can then be overridden by values of the same name in pillar.
|
||||||
|
|
||||||
``keepalived.service``
|
``keepalived.service``
|
||||||
----------------------
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
This state ensures that keepalived service is running.
|
This state ensures that keepalived service is running.
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
|
Loading…
Reference in New Issue
Block a user