Merge pull request #198 from irtnog/enable-custom-mod_ssl-package
Add setting that allows deployers to override the default mod_ssl
This commit is contained in:
commit
185b98a38e
@ -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',
|
||||
|
@ -19,6 +19,7 @@ a2enmod mod_ssl:
|
||||
|
||||
mod_ssl:
|
||||
pkg.installed:
|
||||
- name: {{ apache.mod_ssl }}
|
||||
- require:
|
||||
- pkg: apache
|
||||
- watch_in:
|
||||
|
Loading…
Reference in New Issue
Block a user