mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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.
3 lines
212 B
Markdown
3 lines
212 B
Markdown
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.
|