Browse Source

fix for symlink docroot failure

master
Rowcliffe Browne 9 years ago
parent
commit
fd49c2c385
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