Parcourir la source

Update standard.sls

Create the vhost DocumentRoot directory if it does not exist
tags/v0.37.4
Cody Hiar il y a 9 ans
Parent
révision
138a522f3f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      apache/vhosts/standard.sls

+ 5
- 0
apache/vhosts/standard.sls Voir le fichier

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

Chargement…
Annuler
Enregistrer