nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

appgen_module could handle .dist files as default implementations #209

Open nthallen opened 8 months ago

nthallen commented 8 months ago

.dist files generally provide the structure of a configuration file that needs to be edited for actual use. Within appgen_module, this would be different from the usual macro substitution in that the target file would only be generated if the target file does not already exist. This would be useful in the Email module, for starters.