bstopp / puppet-aem

Puppet module for managing AEM Installations.
https://forge.puppet.com/bstopp/aem
Apache License 2.0
30 stars 30 forks source link

Feature/dispatcher secure renders #117

Closed Jarodiv closed 6 years ago

Jarodiv commented 6 years ago

Fixes #116

Added the secure option to the renders section of the dispatcher config template with. Currently since this config only makes sense when properly configured, no defaults have been implemented.

Tests and documentation for the new config options are included.

Also (hopefully) fixed an error thrown by rubocop: Unsupported Ruby version 2.0 found in TargetRubyVersion parameter (in .rubocop.yml)