Skip to content
Snippets Groups Projects
Commit 894e9705 authored by Andreas Thienemann's avatar Andreas Thienemann Committed by Niels Abspoel
Browse files

Fix hardcoded path (#242)

The config.sls state uses a hardcoded file path for the welcome
config.
Use the confdir variable to build the path instead to allow for
overrides.
parent 4ed6e228
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ include:
{% endif %}
{% if grains['os_family']=="RedHat" %}
/etc/httpd/conf.d/welcome.conf:
{{ apache.confdir }}/welcome.conf:
file.absent:
- require:
- pkg: apache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment