瀏覽代碼

Merge pull request #198 from irtnog/enable-custom-mod_ssl-package

Add setting that allows deployers to override the default mod_ssl
master
Niels Abspoel 7 年之前
父節點
當前提交
185b98a38e
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      apache/map.jinja
  2. +1
    -0
      apache/mod_ssl.sls

+ 1
- 0
apache/map.jinja 查看文件

@@ -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 查看文件

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

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

Loading…
取消
儲存