From bf7de8d5202fc0f34be30b451f1f13dd6ae2bcad Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Mon, 13 May 2019 18:39:11 +0200 Subject: [PATCH] docs(readme): fix testing section indentation --- docs/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 1a372c9..f81fd74 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -40,21 +40,21 @@ Contributing to this repo Please see :ref:`How to contribute ` for more details. Available states -================ +---------------- .. contents:: :local: ``rkhunter`` ------------- +^^^^^^^^^^^^ Installs and configures the rkhunter package. ``rkhunter.package`` --------------------- +^^^^^^^^^^^^^^^^^^^^ Installs the rkhunter package. ``rkhunter.config`` -------------------- +^^^^^^^^^^^^^^^^^^^ This state manages the file ``rkhunter.conf`` under ``/etc`` (template found in "rkhunter/files"). The configuration is populated by values in "rkhunter/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. Testing