latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
356 stars 61 forks source link

Quoted template arguments not saved correctly #467

Open Ataye opened 1 year ago

Ataye commented 1 year ago

When saving a template with quoted arguments, the quotes are dropped on save which results in an invalid salt command. Shlex strips quotes when split whether posix mode or not. The regex method splits the command while maintaining the quote rules i.e. not splitting on space within quotes.