saltstack-formulas / template-formula

SaltStack formula template filled with dummy content
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
119 stars 85 forks source link

[FEATURE] Use Copier to keep formulas up-to-date with template development automatically #224

Open ypid-geberit opened 3 years ago

ypid-geberit commented 3 years ago

Is your feature request related to a problem?

This template can only be instantiated once. Both the template and the instantiated formula will develop. It should be easy for formula maintainers to keep their formulas up to the latest standards.

Describe the solution you'd like

Copier is the only project template program I know that can not only generate the initial project, but using git history update the project with the diff from the template.

Describe alternatives you've considered

Additional context

baby-gnu commented 3 years ago

Hello.

@myii has a tool to update formulas managed by the workgroup.

We may provide something for people how want to manage their own formulas outside the workgroup.

daks commented 3 years ago

I don't know about Copier but it could be a nice idea, I also find it difficult to keep a formula up to date.

In fact ssf-formula is used to maintain all saltstack-formulas but it is quite specific to this usage, it does a lot of things and it's quite difficult to understand what it does and how :)