Procházet zdrojové kódy

Add setting that allows deployers to override the default mod_ssl package

Other states in this formula allow changing the Apache httpd or module
package on RHEL/CentOS, e.g., one may use packages from the httpd24
SCL to install newer versions than in the base repositories.  This
changes the apache.mod_ssl SLS to match them.
tags/v0.37.4
Matthew X. Economou před 7 roky
rodič
revize
1899f2df5e
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      apache/map.jinja
  2. +1
    -0
      apache/mod_ssl.sls

+ 1
- 0
apache/map.jinja Zobrazit soubor

@@ -53,6 +53,7 @@
'group': 'apache',
'configfile': '/etc/httpd/conf/httpd.conf',

'mod_ssl': 'mod_ssl',
'mod_wsgi': 'mod_wsgi',
'conf_mod_wsgi': '/etc/httpd/conf.d/wsgi.conf',
'mod_php5': 'php',

+ 1
- 0
apache/mod_ssl.sls Zobrazit soubor

@@ -19,6 +19,7 @@ a2enmod mod_ssl:

mod_ssl:
pkg.installed:
- name: {{ apache.mod_ssl }}
- require:
- pkg: apache
- watch_in:

Načítá se…
Zrušit
Uložit