소스 검색

Merge pull request #97 from unicalabs/master

Resolve missing dependency for nginx home dir.
susefix
Wolodja Wentland 9 년 전
부모
커밋
5dd0d3efbc
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      nginx/common.sls

+ 7
- 0
nginx/common.sls 파일 보기

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

Loading…
취소
저장