signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

Allow custom jinja filters to be passed to load_config_from_file #206

Closed tedoc2000 closed 5 years ago

tedoc2000 commented 5 years ago

Added an optional "filters" argument to loader.load that allows callers to supply a dictionary of filter name -> filter methods. This allows clients to use their own custom jinja2 filters while parsing maestro templates