Browse Source

update grain check with Suse and SUSE

master
Niels Abspoel 7 years ago
parent
commit
9003d2b3ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/modules.sls

+ 1
- 1
apache/modules.sls View File

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

Loading…
Cancel
Save