This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apache-formula
forked from
ExternalMirrors/apache-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
fix for symlink docroot failure
master
Rowcliffe Browne
9 years ago
parent
e62a82116b
commit
fd49c2c385
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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' %}
Write
Preview
Loading…
Cancel
Save