From aba5f6238e08789d424895d51f66e0a27e046e79 Mon Sep 17 00:00:00 2001 From: James Howe <675056+OrangeDog@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:57:41 +0100 Subject: [PATCH] Reword "header" param. --- salt/states/file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/states/file.py b/salt/states/file.py index d4688b18f8d6..8daf99c5f08f 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -6803,8 +6803,8 @@ def prepend( Set this option to ``False`` if you want to change this behavior. header - Forces the text to be prepended if it exists in the file but not at - the beginning. + Forces the text to be prepended. If it exists in the file but not at + the beginning, then it prepends a duplicate. Multi-line example: