Skip to content
Snippets Groups Projects
Commit 33e1302a authored by Alexander Weidinger's avatar Alexander Weidinger
Browse files

Create Apache's logdir if necessary

parent dc46bc83
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment