浏览代码

manage_security: fix file presence detection

Detect runtime, rather than before starting/installing anything.
master
Adrien "ze" Urban 6 年前
父节点
当前提交
76f05dda8e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      apache/manage_security.sls

+ 1
- 2
apache/manage_security.sls 查看文件

@@ -19,9 +19,8 @@ include:

{% if grains['os_family']=="Debian" %}

{% if salt['file.file_exists' ]('/etc/apache2/conf-available/security.conf') %}
{{ security_config('/etc/apache2/conf-available/security.conf') }}
{% endif %}
- onlyif: test -f '/etc/apache2/conf-available/security.conf'

{% elif grains['os_family']=="FreeBSD" %}
{{ security_config(apache.confdir+'/security.conf') }}

正在加载...
取消
保存