From 6d3b1b6949566fd5cf434e50dd5aa44d31dd0c87 Mon Sep 17 00:00:00 2001 From: Robert Fairburn Date: Mon, 20 Oct 2014 10:01:51 -0500 Subject: [PATCH] Use nginx_map.default_group for group in all places --- nginx/common.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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