Browse Source

Merge pull request #90 from cybacolt/master

fix for symlink docroot failure
master
Forrest 9 years ago
parent
commit
939011c4f2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls View File

- unless: test -d {{ documentroot }} - unless: test -d {{ documentroot }}
- name: {{ documentroot }} - name: {{ documentroot }}
- makedirs: True - makedirs: True
- allow_symlink: True
{% endif %} {% endif %}


{% if grains.os_family == 'Debian' %} {% if grains.os_family == 'Debian' %}

Loading…
Cancel
Save