veracross / consult

Configuration and secrets management for Rails
MIT License
12 stars 0 forks source link

Set template working dir to config root #51

Closed aharpervc closed 11 months ago

aharpervc commented 11 months ago

Templates that read files should be able to expect them in terms of the Consult config. This matches the expectation for path and dest for templates, which are also relative to the config file.

aharpervc commented 11 months ago

On second thought, I think this PR isn't necessary. We have then resolve utility function available when rendering a template, and that can be used for what I needed.