ソースを参照

update grain check with Suse and SUSE

tags/v0.37.4
Niels Abspoel 7年前
コミット
9003d2b3ce
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      apache/modules.sls

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

@@ -52,7 +52,7 @@ find /etc/httpd/ -name '*.conf' -type f -exec sed -i -e 's/\(^\s*LoadModule.{{ m
- module: apache-restart
{% endfor %}

{% elif grains['os_family']=="Suse" %}
{% elif salt['grains.get']('os_family') == 'Suse' or salt['grains.get']('os') == 'SUSE' %}

include:
- apache

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