Procházet zdrojové kódy

Use nginx_map.default_group for group in all places

susefix
Robert Fairburn před 10 roky
rodič
revize
6d3b1b6949
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nginx/common.sls

+ 1
- 1
nginx/common.sls Zobrazit soubor

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


Načítá se…
Zrušit
Uložit