mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-16 09:40:22 +00:00
Merge pull request #287 from noelmcloughlin/nochange
fix(package): avoid unnecessary state change
This commit is contained in:
commit
2e10c8a11b
2 changed files with 1 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -405,6 +405,7 @@ apache:
|
|||
- dav_lock
|
||||
- auth_digest
|
||||
- socache_shmcb
|
||||
- watchdog
|
||||
- xml2enc
|
||||
- ldap
|
||||
disabled: # List modules to disable
|
||||
|
|
Loading…
Add table
Reference in a new issue