Browse Source

refactor(package): remove unnecessary state

tags/v1.0.5
noelmcloughlin 4 years ago
parent
commit
fb81d8e694
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      apache/package/install.sls

+ 0
- 5
apache/package/install.sls View File

- names: {{ apache.pkg.deps|json }} - names: {{ apache.pkg.deps|json }}
- require: - require:
- apache-package-install-pkg-installed - 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 %} {%- endif %}


apache-package-install-pkg-installed: apache-package-install-pkg-installed:

Loading…
Cancel
Save