Skip to content

Commit

Permalink
Fix typo in sate.sls_exists doctstrings (module & ssh wrapper)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
  • Loading branch information
shtrom committed Sep 17, 2024
1 parent e80cce5 commit cc77290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salt/client/ssh/wrapper/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def show_low_sls(mods, saltenv="base", test=None, **kwargs):

def sls_exists(mods, test=None, queue=None, **kwargs):
"""
Tests for the existence the of a specific SLS or list of SLS files on the
Tests for the existence of a specific SLS or list of SLS files on the
master. Similar to :py:func:`state.show_sls <salt.modules.state.show_sls>`,
rather than returning state details, returns True or False. The default
environment is ``base``, use ``saltenv`` to specify a different environment.
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ def show_sls(mods, test=None, queue=None, **kwargs):

def sls_exists(mods, test=None, queue=None, **kwargs):
"""
Tests for the existence the of a specific SLS or list of SLS files on the
Tests for the existence of a specific SLS or list of SLS files on the
master. Similar to :py:func:`state.show_sls <salt.modules.state.show_sls>`,
rather than returning state details, returns True or False. The default
environment is ``base``, use ``saltenv`` to specify a different environment.
Expand Down

0 comments on commit cc77290

Please sign in to comment.