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

Allow the use of regular expressions in the Dispatcher filter section - Fixes #100 #102

Closed henrykuijpers closed 6 years ago

henrykuijpers commented 6 years ago

Introduce a new *_regex property in the filters configuration, so that you can configure per item if it's supposed to be a regex or not.

In case this property is not present, it will assume it's not a regex and therefore this functionality should not break any existing configurations.

Fixes #100

bdhoine commented 6 years ago

@henrykuijpers also create a PR for this one with a slightly different implementation (https://github.com/bstopp/puppet-aem/pull/106) maybe take a look at it and if you like it you can close this one? Or otherwise discuss about the implementation 😄

bstopp commented 6 years ago

Closed in favor of #106; Need tests and docs.