Explorar el Código

Merge pull request #126 from artmoni/br_ssl

#125 activate ssl module
tags/v0.37.4
Forrest hace 8 años
padre
commit
9f7b7f1941
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. +16
    -0
      apache/mod_ssl.sls

+ 16
- 0
apache/mod_ssl.sls Ver fichero

@@ -0,0 +1,16 @@
{% if grains['os_family']=="Debian" %}

include:
- apache

a2enmod mod_ssl:
cmd.run:
- name: a2enmod ssl
- unless: ls /etc/apache2/mods-enabled/ssl.load
- order: 225
- require:
- pkg: apache
- watch_in:
- module: apache-restart

{% endif %}

Cargando…
Cancelar
Guardar