From 906dd92d7ed1bd79eb2524b9a3e1a0d880eab068 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 19 Feb 2023 00:36:43 +0100 Subject: Add web.apache-httpd role Signed-off-by: Georg Pfuetzenreuter --- salt/role/web/apache-httpd.sls | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 salt/role/web/apache-httpd.sls (limited to 'salt/role/web') diff --git a/salt/role/web/apache-httpd.sls b/salt/role/web/apache-httpd.sls new file mode 100644 index 0000000..7c2002f --- /dev/null +++ b/salt/role/web/apache-httpd.sls @@ -0,0 +1,2 @@ +include: + - apache.config -- cgit v1.2.3 From 4653655010c16d8f1f128480b55d4cd2e9f5a9e7 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 19 Feb 2023 13:40:47 +0100 Subject: profile.apache-httpd: manage snippets - add apache-httpd profile with snippets configuration - add TLS snippet to apache-httpd role pillar Signed-off-by: Georg Pfuetzenreuter --- salt/role/web/apache-httpd.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salt/role/web') diff --git a/salt/role/web/apache-httpd.sls b/salt/role/web/apache-httpd.sls index 7c2002f..559d860 100644 --- a/salt/role/web/apache-httpd.sls +++ b/salt/role/web/apache-httpd.sls @@ -1,2 +1,2 @@ include: - - apache.config + - profile.apache-httpd -- cgit v1.2.3