This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
Merge pull request
#46
from thornycrackers/master
Update standard.sls
tags/v0.37.4
Nitin Madhok
9 years ago
parent
bb33e3856a
f1b89abd3b
commit
0e2dd72e43
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
@@ -24,6 +24,7 @@ include:
file.directory:
- unless: test -d {{ site.get('DocumentRoot') }}
- name: {{ site.get('DocumentRoot') }}
- makedirs: True
{% if grains.os_family == 'Debian' %}
a2ensite {{ id }}{{ apache.confext }}:
Write
Preview
Loading…
Cancel
Save