From 58d2a338986126c1761a44de72ea110046bc5f0b Mon Sep 17 00:00:00 2001
From: N <noelmcloughlin@users.noreply.github.com>
Date: Wed, 6 Mar 2019 16:37:37 +0000
Subject: [PATCH] Resolve #256 - fix Suse group value (#257)

---
 apache/osfamilymap.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/osfamilymap.yaml b/apache/osfamilymap.yaml
index 1a30848..16328cc 100644
--- a/apache/osfamilymap.yaml
+++ b/apache/osfamilymap.yaml
@@ -79,7 +79,7 @@ Suse:
   server: apache2
   service: apache2
   user: wwwrun
-  group: www
+  group: wwwrun
   configfile: /etc/apache2/httpd.conf
 
   mod_wsgi: apache2-mod_wsgi
-- 
GitLab