Browse Source

Update mod proxy id to avoid conflict when using modules te enable this mod

tags/v0.37.4
abednarik 9 years ago
parent
commit
b28b61205a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      apache/mod_proxy.sls

+ 2
- 1
apache/mod_proxy.sls View File

include: include:
- apache - apache


a2enmod proxy:
a2enmod mod_proxy:
cmd.run: cmd.run:
- name a2enmod proxy
- unless: ls /etc/apache2/mods-enabled/proxy.load - unless: ls /etc/apache2/mods-enabled/proxy.load
- order: 225 - order: 225
- require: - require:

Loading…
Cancel
Save