소스 검색

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…
취소
저장