Explorar el Código

Merge pull request #97 from unicalabs/master

Resolve missing dependency for nginx home dir.
susefix
Wolodja Wentland hace 9 años
padre
commit
5dd0d3efbc
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      nginx/common.sls

+ 7
- 0
nginx/common.sls Ver fichero

@@ -11,6 +11,13 @@
- group: {{ nginx_map.default_group }}
- mode: 0755
- makedirs: True
- require:
{%- if pillar.get('nginx', {}).get('install_from_source', false) %}
- user: {{ nginx_map.default_user }}
- group: {{ nginx_map.default_group }}
{%- else %}
- pkg: nginx
{% endif %}

/usr/share/nginx:
file:

Cargando…
Cancelar
Guardar