From d43958fe613312d74b5f78c973081a31c8a923f1 Mon Sep 17 00:00:00 2001 From: Imran Iqbal <iqbalmy@hotmail.com> Date: Sat, 25 Apr 2020 10:02:41 +0100 Subject: [PATCH] docs(readme): switch mixed-up state descriptions --- docs/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 41e0af9..c26ce80 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -84,12 +84,12 @@ Configures Tomcat name-based virtual hosts using data from Pillar. ``tomcat.expires`` ^^^^^^^^^^^^^^^^^^ -Configures Tomcat simple TCP cluster using data from Pillar. +Enables Tomcats' ExpiresFilter using data from Pillar. ``tomcat.cluster`` ^^^^^^^^^^^^^^^^^^ -Enables Tomcats' ExpiresFilter using data from Pillar. +Configures Tomcat simple TCP cluster using data from Pillar. ``tomcat.context`` ^^^^^^^^^^^^^^^^^^ -- GitLab