mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add warning to docs
This commit is contained in:
parent
7faee48ef3
commit
fb031ac418
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ def set_option(file_name, sections=None, separator="=", encoding=None, no_spaces
|
|||
separator with spaces. Default is ``False``, which maintains
|
||||
backwards compatibility.
|
||||
|
||||
.. warning::
|
||||
This will affect all key/value pairs in the ini file, not just
|
||||
the specific value being set.
|
||||
|
||||
.. versionadded:: 3006.10
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Add table
Reference in a new issue