From 52c13593ca68a6261d4691dd13f65a827f263ffe Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Sun, 25 Aug 2019 22:40:10 +0200 Subject: [PATCH] docs(readme): fix indentation --- docs/README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index b57254b..a982e45 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -40,25 +40,25 @@ Contributing to this repo Please see :ref:`How to contribute ` for more details. Available states -================ +---------------- .. contents:: :local: ``keepalived`` --------------- +^^^^^^^^^^^^^^ Installs and configures the keepalived package. ``keepalived.package`` ----------------------- +^^^^^^^^^^^^^^^^^^^^^^ Installs the keepalived package. ``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. ``keepalived.service`` ----------------------- +^^^^^^^^^^^^^^^^^^^^^^ This state ensures that keepalived service is running. Testing