Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Enhance bootstrap file handling #254

Closed
ntwrkguru opened this issue Apr 14, 2023 · 0 comments · Fixed by #300
Closed

Enhance bootstrap file handling #254

ntwrkguru opened this issue Apr 14, 2023 · 0 comments · Fixed by #300
Assignees

Comments

@ntwrkguru
Copy link
Contributor

Is your feature request related to a problem?

Currently, the bootstrap module looks for files in an object in a key/value format where the exact file names must be provided. While this is fine for static files like bootstrap.xml and init-cfg.txt, this makes it administratively difficult to maintain dynamically named files such as used for content updates.

Describe the solution you'd like

I propose to incorporate an opinionated structure that matches what is already required for the bootstrap package and have the module read the filenames and move the objects accordingly. This is a resource block I created that does this, but it would be nice to have this built into the module.

Describe alternatives you've considered.

No response

Additional context

No response

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.