From fb031ac41827392654e4967a07ac92f688c0fd97 Mon Sep 17 00:00:00 2001 From: twangboy Date: Wed, 21 Aug 2024 14:22:14 -0600 Subject: [PATCH] Add warning to docs --- salt/modules/ini_manage.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/modules/ini_manage.py b/salt/modules/ini_manage.py index d2b6d7656d4..b676451c631 100644 --- a/salt/modules/ini_manage.py +++ b/salt/modules/ini_manage.py @@ -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: