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
Create Apache's logdir if necessary
master
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