Explorar el Código

Merge pull request #94 from abednarik/update_mod_proxy_id

Update mod proxy id to avoid conflict when using modules te enable this module
master
Nitin Madhok hace 9 años
padre
commit
35885280f1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      apache/mod_proxy.sls

+ 2
- 1
apache/mod_proxy.sls Ver fichero

@@ -3,8 +3,9 @@
include:
- apache

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

Cargando…
Cancelar
Guardar