Browse Source

Use nginx_map.default_group for group in all places

susefix
Robert Fairburn 10 years ago
parent
commit
6d3b1b6949
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/common.sls

+ 1
- 1
nginx/common.sls View File

@@ -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


Loading…
Cancel
Save