mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00

Adds an new option named ``no_spaces`` to the ini.set_option function that allows the user to deteremine whether the separator (``=``) should be wrapped with spaces or not.
212 B
212 B
Issue #33669: Fixes an issue with the ini_managed
execution module
where it would always wrap the separator with spaces. Adds a new parameter
named no_spaces
that will not warp the separator with spaces.