ソースを参照

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.
tags/v0.37.4
Andreas Thienemann 6年前
コミット
894e970549
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      apache/config.sls

+ 1
- 1
apache/config.sls ファイルの表示

@@ -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

読み込み中…
キャンセル
保存