소스 검색

Merge pull request #81 from jcristau/no-documentroot

allow absence of DocumentRoot
tags/v0.37.4
puneet kandhari 9 년 전
부모
커밋
92cc127bfe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      apache/vhosts/standard.sls

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

@@ -21,11 +21,13 @@ include:
- watch_in:
- module: apache-reload

{% if site.get('DocumentRoot') != False %}
{{ id }}-documentroot:
file.directory:
- unless: test -d {{ documentroot }}
- name: {{ documentroot }}
- makedirs: True
{% endif %}

{% if grains.os_family == 'Debian' %}
{% if site.get('enabled') %}

Loading…
취소
저장