veracross / consult

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

Create directories for rendered files as needed #45

Closed aharpervc closed 1 year ago

aharpervc commented 1 year ago

This avoids having to create folders ahead of time, potentially empty ones with .keep files. There was a test for template rendering failure that assumed that a missing directory would cause a failure, so I switched it to a more plausible failure (missing required variable).