shinesolutions/puppet-aem-curator

Install Dispatcher will only install hardcoded apache modules

Closed this issue · 1 comments

The 'install_dispatcher' will only 5 default modules when installing apache e.g.:

'::apache::mod::ssl',
'::apache::mod::headers',
'::apache::mod::proxy',
'::apache::mod::proxy_http',
'::apache::mod::proxy_connect'

We should be able to add new configurable modules to apache when installing it apart from the default ones.

Proposed fix: #177