Explorar el Código

Merge pull request #287 from noelmcloughlin/nochange

fix(package): avoid unnecessary state change
tags/v1.0.5
N hace 4 años
padre
commit
2e10c8a11b
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 2 ficheros con 1 adiciones y 5 borrados
  1. +0
    -5
      apache/package/install.sls
  2. +1
    -0
      pillar.example

+ 0
- 5
apache/package/install.sls Ver fichero

@@ -10,11 +10,6 @@ apache-package-install-deps-pkg-installed:
- names: {{ apache.pkg.deps|json }}
- require:
- apache-package-install-pkg-installed
{%- if grains.os_family == 'Debian' %}
cmd.run:
# because pkg.installed returns error during dpkg postinstall
- name: apt install libapache2-mod-security2 || true
{%- endif %}
{%- endif %}

apache-package-install-pkg-installed:

+ 1
- 0
pillar.example Ver fichero

@@ -405,6 +405,7 @@ apache:
- dav_lock
- auth_digest
- socache_shmcb
- watchdog
- xml2enc
- ldap
disabled: # List modules to disable

Cargando…
Cancelar
Guardar