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

@@ -27,6 +27,7 @@ include:
- unless: test -d {{ documentroot }}
- name: {{ documentroot }}
- makedirs: True
- allow_symlink: True
{% endif %}

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

Loading…
Cancel
Save