Skip to content
Snippets Groups Projects
Unverified Commit 760cadeb authored by Javier Bértoli's avatar Javier Bértoli Committed by GitHub
Browse files

Merge pull request #233 from alxwr/master

Create Apache's logdir if necessary
parents dc46bc83 33e1302a
Branches
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