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
Create Apache's logdir if necessary
tags/v0.37.4
Alexander Weidinger
6 years ago
parent
dc46bc8340
commit
33e1302a12
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
+8
-0
apache/config.sls
+ 8
- 0
apache/config.sls
View File
@@ -3,6 +3,14 @@
include:
- apache
{{ apache.logdir }}:
file.directory:
- makedirs: True
- require:
- pkg: apache
- watch_in:
- service: apache
{{ apache.configfile }}:
file.managed:
- template: jinja
Write
Preview
Loading…
Cancel
Save