Add setting that allows deployers to override the default mod_sslmaster
'group': 'apache', | 'group': 'apache', | ||||
'configfile': '/etc/httpd/conf/httpd.conf', | 'configfile': '/etc/httpd/conf/httpd.conf', | ||||
'mod_ssl': 'mod_ssl', | |||||
'mod_wsgi': 'mod_wsgi', | 'mod_wsgi': 'mod_wsgi', | ||||
'conf_mod_wsgi': '/etc/httpd/conf.d/wsgi.conf', | 'conf_mod_wsgi': '/etc/httpd/conf.d/wsgi.conf', | ||||
'mod_php5': 'php', | 'mod_php5': 'php', |
mod_ssl: | mod_ssl: | ||||
pkg.installed: | pkg.installed: | ||||
- name: {{ apache.mod_ssl }} | |||||
- require: | - require: | ||||
- pkg: apache | - pkg: apache | ||||
- watch_in: | - watch_in: |