diff --git a/nginx/common.sls b/nginx/common.sls index 58bd060..edf45d1 100644 --- a/nginx/common.sls +++ b/nginx/common.sls @@ -8,7 +8,7 @@ file: - directory - user: {{ nginx_map.default_user }} - - group: {{ nginx_map.default_user }} + - group: {{ nginx_map.default_group }} - mode: 0755 - makedirs: True