Browse Source

Merge pull request #90 from cybacolt/master

fix for symlink docroot failure
tags/v0.37.4
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

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