From 14aa73e1ab709c11f8af57d21d93ce6129b4fff7 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 29 Apr 2023 22:29:36 +0200 Subject: [PATCH] Disable superfluous config states We are using the files and directories shipped with the apache2 package and do not want them to be overwritten. Signed-off-by: Georg Pfuetzenreuter --- apache/config/init.sls | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apache/config/init.sls b/apache/config/init.sls index a3787ca..71c1df2 100644 --- a/apache/config/init.sls +++ b/apache/config/init.sls @@ -2,14 +2,4 @@ # vim: ft=sls include: - - .file - # .modules.clean # disable (exclude from init state) - # .modules # enable by default (read pillars) - # .debian_full - - .flags - - .logrotate - - .manage_security - - .no_default_vhost - # .own_default_vhost - - .register_site - .vhosts