Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apache-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
apache-formula
Commits
33e1302a
Commit
33e1302a
authored
6 years ago
by
Alexander Weidinger
Browse files
Options
Downloads
Patches
Plain Diff
Create Apache's logdir if necessary
parent
dc46bc83
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
apache/config.sls
+8
-0
8 additions, 0 deletions
apache/config.sls
with
8 additions
and
0 deletions
apache/config.sls
+
8
−
0
View file @
33e1302a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment