From f4045efeff8ca2f986bd763f0e3f9b7fcd8786fc Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 17 Oct 2019 07:33:45 +0100 Subject: [PATCH] fix(apache-2.2.config.jinja): fix `salt-lint` errors ```bash Examining apache/files/Debian/apache-2.2.config.jinja of type state [201] Trailing whitespace apache/files/Debian/apache-2.2.config.jinja:119 MaxSpareThreads 75 [201] Trailing whitespace apache/files/Debian/apache-2.2.config.jinja:136 MaxSpareThreads 75 ``` --- apache/files/Debian/apache-2.2.config.jinja | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apache/files/Debian/apache-2.2.config.jinja b/apache/files/Debian/apache-2.2.config.jinja index 358f043..2e60b13 100644 --- a/apache/files/Debian/apache-2.2.config.jinja +++ b/apache/files/Debian/apache-2.2.config.jinja @@ -8,7 +8,7 @@ # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure -# consult the online docs. You have been warned. +# consult the online docs. You have been warned. # # The configuration directives are grouped into three basic sections: # 1. Directives that control the operation of the Apache server process as a @@ -87,7 +87,7 @@ KeepAliveTimeout 5 ## ## Server-Pool Size Regulation (MPM specific) -## +## # prefork MPM # StartServers: number of server processes to start @@ -116,7 +116,7 @@ KeepAliveTimeout 5 StartServers 2 MinSpareThreads 25 - MaxSpareThreads 75 + MaxSpareThreads 75 ThreadLimit 64 ThreadsPerChild 25 MaxClients 150 @@ -133,7 +133,7 @@ KeepAliveTimeout 5 StartServers 2 MinSpareThreads 25 - MaxSpareThreads 75 + MaxSpareThreads 75 ThreadLimit 64 ThreadsPerChild 25 MaxClients 150 @@ -153,8 +153,8 @@ Group ${APACHE_RUN_GROUP} AccessFileName .htaccess # -# The following lines prevent .htaccess and .htpasswd files from being -# viewed by Web clients. +# The following lines prevent .htaccess and .htpasswd files from being +# viewed by Web clients. # Order allow,deny