소스 검색

Merge pull request #45 from thornycrackers/master

Create vhost DocumentRoot directory
master
Nitin Madhok 9 년 전
부모
커밋
bb33e3856a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      apache/vhosts/standard.sls

+ 5
- 0
apache/vhosts/standard.sls 파일 보기

@@ -19,6 +19,11 @@ include:
- pkg: apache
- watch_in:
- module: apache-reload
{{ id }}-documentroot:
file.directory:
- unless: test -d {{ site.get('DocumentRoot') }}
- name: {{ site.get('DocumentRoot') }}

{% if grains.os_family == 'Debian' %}
a2ensite {{ id }}{{ apache.confext }}:

Loading…
취소
저장