manheim / manheim-c7n-tools

Manheim's Cloud Custodian (c7n) wrapper package, policy generator, runner, and supporting tools.
https://manheim-c7n-tools.readthedocs.io/
Apache License 2.0
45 stars 25 forks source link

Fix bug in 0.8.5 - mailer template loading logic was missing policies directory prefix #28

Closed jantman closed 4 years ago

jantman commented 4 years ago

Description

The previous release has a critical bug where mailer-templates are looked for in <additional_source_repo>/mailer-templates instead of policies/<additional_source_repo>/mailer-templates, and therefore never found.

Testing Done

Unit tests and local manual testing.